core/php/logrotate.d.php-fpm

9 lines
162 B
Plaintext
Raw Normal View History

2011-03-23 21:50:35 +08:00
/var/log/php-fpm.log {
missingok
notifempty
delaycompress
2011-03-23 21:50:35 +08:00
postrotate
kill -USR1 `cat /run/php-fpm/php-fpm.pid 2>/dev/null` 2>/dev/null || true
2011-03-23 21:50:35 +08:00
endscript
}