Comment 20 for bug 1230917

Revision history for this message
Justin Yu (csjustinyu) wrote : Re: php5-fpm logrotate errors after package switched to upstart

Change /var/log/php5-fpm.log
from invoke-rc.d php5-fpm reopen-logs > /dev/null
to invoke-rc.d php5-fpm reload-configuration > /dev/null

Then add "reload-configuration)" on the top of "reopen-logs)" on /etc/init/php5-fpm
    reload-configuration)
    reopen-logs)