core/php56/logrotate.d.php-fpm
2016-09-21 19:37:36 +01:00

9 lines
174 B
Plaintext

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