Blame SOURCES/php-fpm.logrotate

4c9102
/var/log/php-fpm/*log {
4c9102
    missingok
4c9102
    notifempty
4c9102
    sharedscripts
4c9102
    delaycompress
4c9102
    postrotate
4c9102
	/bin/kill -SIGUSR1 `cat /run/php-fpm/php-fpm.pid 2>/dev/null` 2>/dev/null || true
4c9102
    endscript
4c9102
}