From f29d569cd33a73da5ad675f43a34ad53c5cc9bc6 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 2 Feb 2023 14:10:02 +0000 Subject: Work --- repo/php8/php8-fpm.logrotate | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 repo/php8/php8-fpm.logrotate (limited to 'repo/php8/php8-fpm.logrotate') diff --git a/repo/php8/php8-fpm.logrotate b/repo/php8/php8-fpm.logrotate deleted file mode 100644 index 10b5bf3..0000000 --- a/repo/php8/php8-fpm.logrotate +++ /dev/null @@ -1,13 +0,0 @@ -/var/log/php8/*.log { - rotate 7 - daily - missingok - notifempty - delaycompress - compress - dateext - sharedscripts - postrotate - /etc/init.d/php-fpm8 --ifstarted --quiet reopen - endscript -} -- cgit v1.2.1