From fcd8a5235815bf1b296931d53aa67279c7e40bca Mon Sep 17 00:00:00 2001 From: Valery Kartel Date: Tue, 21 Mar 2017 11:30:45 +0200 Subject: rename: testing/php7.1 -> testing/php7 --- testing/php7/php7-fpm.logrotate | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testing/php7/php7-fpm.logrotate (limited to 'testing/php7/php7-fpm.logrotate') diff --git a/testing/php7/php7-fpm.logrotate b/testing/php7/php7-fpm.logrotate new file mode 100644 index 0000000000..10e53e4683 --- /dev/null +++ b/testing/php7/php7-fpm.logrotate @@ -0,0 +1,13 @@ +/var/log/php7/*.log { + rotate 7 + daily + missingok + notifempty + delaycompress + compress + dateext + sharedscripts + postrotate + /etc/init.d/php-fpm7 --ifstarted --quiet reopen + endscript +} -- cgit v1.2.3