core/php56/logrotate.d.php-fpm

9 lines
174 B
Plaintext
Raw Normal View History

2016-09-22 02:35:52 +08:00
/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
}