diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-03-08 06:23:20 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-03-08 06:23:20 +0000 |
commit | 90b0ba2114c9d505235dc5bf5b9fbe71b4565dfe (patch) | |
tree | 3901f1b08ce7ad74a5ec2dbb2d949d3c077d56bf /testing/php7/php7-fpm.logrotate | |
parent | 99ee74a012a815f99324b617310b734125368acb (diff) | |
download | aports-90b0ba2114c9d505235dc5bf5b9fbe71b4565dfe.tar.bz2 aports-90b0ba2114c9d505235dc5bf5b9fbe71b4565dfe.tar.xz |
testing/php7: add missing changes from previous commit
Diffstat (limited to 'testing/php7/php7-fpm.logrotate')
-rw-r--r-- | testing/php7/php7-fpm.logrotate | 13 |
1 files changed, 13 insertions, 0 deletions
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 +} |