summaryrefslogtreecommitdiff
path: root/testing/php/logrotate.d.php-fpm
diff options
context:
space:
mode:
Diffstat (limited to 'testing/php/logrotate.d.php-fpm')
-rw-r--r--testing/php/logrotate.d.php-fpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php/logrotate.d.php-fpm b/testing/php/logrotate.d.php-fpm
index b4fe083a8..ac2d92a36 100644
--- a/testing/php/logrotate.d.php-fpm
+++ b/testing/php/logrotate.d.php-fpm
@@ -3,6 +3,6 @@
notifempty
delaycompress
postrotate
- kill -USR1 `cat /var/run/php-fpm/php-fpm.pid 2>/dev/null` 2>/dev/null || true
+ kill -USR1 `cat /run/php-fpm/php-fpm.pid 2>/dev/null` 2>/dev/null || true
endscript
}