diff --git a/php-fpm/templates/php-fpm.logrotate.j2 b/php-fpm/templates/php-fpm.logrotate.j2 index 2408a78..75c3b0d 100644 --- a/php-fpm/templates/php-fpm.logrotate.j2 +++ b/php-fpm/templates/php-fpm.logrotate.j2 @@ -4,7 +4,7 @@ sharedscripts delaycompress postrotate - /etc/init.d/php5-fpm reload 2>/dev/null || true + /usr/lib/php5/php5-fpm-reopenlogs endscript }