From 12c3073e53487779b136d6db3e090d9d46a82dfc Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Mon, 1 May 2017 20:13:50 +0200 Subject: testing/php7: remove (replaced by community/php7) --- testing/php7/php7-fpm.logrotate | 13 ------------- 1 file changed, 13 deletions(-) delete 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 deleted file mode 100644 index 10e53e4683..0000000000 --- a/testing/php7/php7-fpm.logrotate +++ /dev/null @@ -1,13 +0,0 @@ -/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