summarylogtreecommitdiffstats
path: root/logrotate.d.php-fpm
diff options
context:
space:
mode:
authorMickaël Thomas2016-01-13 05:55:43 +0100
committerMickaël Thomas2016-01-13 05:58:40 +0100
commitd9a54966b52e1cabf22735b23d2ba3f1d152db8b (patch)
treef46fc4ffc6e4dd914e846104a5d10d971520a87d /logrotate.d.php-fpm
parent36642b5b381a14197edeaac7388c91a9b5419122 (diff)
downloadaur-d9a54966b52e1cabf22735b23d2ba3f1d152db8b.tar.gz
Move everything outside of /opt
Diffstat (limited to 'logrotate.d.php-fpm')
-rw-r--r--logrotate.d.php-fpm4
1 files changed, 2 insertions, 2 deletions
diff --git a/logrotate.d.php-fpm b/logrotate.d.php-fpm
index 2146ddd39ef0..4938af9cd163 100644
--- a/logrotate.d.php-fpm
+++ b/logrotate.d.php-fpm
@@ -1,8 +1,8 @@
-/var/log/php-fpm.log {
+/var/log/php56-fpm.log {
missingok
notifempty
delaycompress
postrotate
- /bin/kill -SIGUSR1 `cat /run/php-fpm/php-fpm.pid 2>/dev/null` 2>/dev/null || true
+ /bin/kill -SIGUSR1 `cat /run/php56-fpm/php-fpm.pid 2>/dev/null` 2>/dev/null || true
endscript
}