summaryrefslogtreecommitdiffstats
path: root/abs/core/php/logrotate.d.php-fpm
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/php/logrotate.d.php-fpm')
-rw-r--r--abs/core/php/logrotate.d.php-fpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/php/logrotate.d.php-fpm b/abs/core/php/logrotate.d.php-fpm
index 1895c5b..2146ddd 100644
--- a/abs/core/php/logrotate.d.php-fpm
+++ b/abs/core/php/logrotate.d.php-fpm
@@ -3,6 +3,6 @@
notifempty
delaycompress
postrotate
- systemctl reload php-fpm.service || true
+ /bin/kill -SIGUSR1 `cat /run/php-fpm/php-fpm.pid 2>/dev/null` 2>/dev/null || true
endscript
}