diff options
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  }  | 
