mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 03:24:36 +08:00
9 lines
174 B
Plaintext
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
|
||
|
}
|