diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-06-14 18:14:10 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-06-14 18:14:10 +0200 |
commit | 9b1773a4866a8eefb241ae2f1b4e9aaa815caad6 (patch) | |
tree | 6468b5f5851a5f13371efc8ace2540ab1570f7f5 /php-fpm.logrotate | |
parent | 434a5972b9aba05b0798ae2214ac002229fee381 (diff) |
php: use /run/php-fpm instead of /var/run/php-fpm
Diffstat (limited to 'php-fpm.logrotate')
-rw-r--r-- | php-fpm.logrotate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-fpm.logrotate b/php-fpm.logrotate index a8cfbc8..25f9feb 100644 --- a/php-fpm.logrotate +++ b/php-fpm.logrotate @@ -4,6 +4,6 @@ sharedscripts delaycompress postrotate - /bin/kill -SIGUSR1 `cat /var/run/php-fpm/php-fpm.pid 2>/dev/null` 2>/dev/null || true + /bin/kill -SIGUSR1 `cat /run/php-fpm/php-fpm.pid 2>/dev/null` 2>/dev/null || true endscript } |