From c38dfe6188112ca490090966a63faefe5ec7e9a0 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 29 Aug 2022 13:01:02 +0000 Subject: added snes9x and php --- repo/php8/php8-fpm.logrotate | 13 +++++++++++++ 1 file changed, 13 insertions(+) create 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 new file mode 100644 index 0000000..10b5bf3 --- /dev/null +++ b/repo/php8/php8-fpm.logrotate @@ -0,0 +1,13 @@ +/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