summarylogtreecommitdiffstats
path: root/logrotate.d.php-fpm
diff options
context:
space:
mode:
Diffstat (limited to 'logrotate.d.php-fpm')
-rw-r--r--logrotate.d.php-fpm8
1 files changed, 0 insertions, 8 deletions
diff --git a/logrotate.d.php-fpm b/logrotate.d.php-fpm
deleted file mode 100644
index 4938af9cd163..000000000000
--- a/logrotate.d.php-fpm
+++ /dev/null
@@ -1,8 +0,0 @@
-/var/log/php56-fpm.log {
- missingok
- notifempty
- delaycompress
- postrotate
- /bin/kill -SIGUSR1 `cat /run/php56-fpm/php-fpm.pid 2>/dev/null` 2>/dev/null || true
- endscript
-}