mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 05:47:13 +08:00
9 lines
162 B
Plaintext
9 lines
162 B
Plaintext
/var/log/php-fpm.log {
|
|
missingok
|
|
notifempty
|
|
delaycompress
|
|
postrotate
|
|
kill -USR1 `cat /run/php-fpm/php-fpm.pid 2>/dev/null` 2>/dev/null || true
|
|
endscript
|
|
}
|