diff options
Diffstat (limited to 'abs/core/php/logrotate.d.php-fpm')
-rw-r--r-- | abs/core/php/logrotate.d.php-fpm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/abs/core/php/logrotate.d.php-fpm b/abs/core/php/logrotate.d.php-fpm deleted file mode 100644 index 2146ddd..0000000 --- a/abs/core/php/logrotate.d.php-fpm +++ /dev/null @@ -1,8 +0,0 @@ -/var/log/php-fpm.log { - missingok - notifempty - delaycompress - postrotate - /bin/kill -SIGUSR1 `cat /run/php-fpm/php-fpm.pid 2>/dev/null` 2>/dev/null || true - endscript -} |