summaryrefslogtreecommitdiffstats
path: root/php/php-fpm.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'php/php-fpm.logrotate')
-rw-r--r--php/php-fpm.logrotate9
1 files changed, 0 insertions, 9 deletions
diff --git a/php/php-fpm.logrotate b/php/php-fpm.logrotate
deleted file mode 100644
index 25f9feb..0000000
--- a/php/php-fpm.logrotate
+++ /dev/null
@@ -1,9 +0,0 @@
-/var/log/php-fpm/*log {
- missingok
- notifempty
- sharedscripts
- delaycompress
- postrotate
- /bin/kill -SIGUSR1 `cat /run/php-fpm/php-fpm.pid 2>/dev/null` 2>/dev/null || true
- endscript
-}