aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7/php7-fpm.logrotate
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-03-08 06:23:20 +0000
committerTimo Teräs <timo.teras@iki.fi>2016-03-08 06:23:20 +0000
commit90b0ba2114c9d505235dc5bf5b9fbe71b4565dfe (patch)
tree3901f1b08ce7ad74a5ec2dbb2d949d3c077d56bf /testing/php7/php7-fpm.logrotate
parent99ee74a012a815f99324b617310b734125368acb (diff)
downloadaports-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.logrotate13
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
+}