diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-01 20:13:50 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-02 01:04:51 +0200 |
commit | 12c3073e53487779b136d6db3e090d9d46a82dfc (patch) | |
tree | f6ae45989d4f66b2daa0b12858b7a3cd56c7d92f /testing/php7/php7-fpm.logrotate | |
parent | 88d64be07ce0458bb0a8cd4e40ae2c06fbe2c4bb (diff) | |
download | aports-12c3073e53487779b136d6db3e090d9d46a82dfc.tar.bz2 aports-12c3073e53487779b136d6db3e090d9d46a82dfc.tar.xz |
testing/php7: remove (replaced by community/php7)
Diffstat (limited to 'testing/php7/php7-fpm.logrotate')
-rw-r--r-- | testing/php7/php7-fpm.logrotate | 13 |
1 files changed, 0 insertions, 13 deletions
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 -} |