65bab1fd30
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/php#967a6d4c478bb51712c696ebbafcb921e19a84a8
10 lines
203 B
Plaintext
10 lines
203 B
Plaintext
/var/log/php-fpm/*log {
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
delaycompress
|
|
postrotate
|
|
/bin/kill -SIGUSR1 `cat /run/php-fpm/php-fpm.pid 2>/dev/null` 2>/dev/null || true
|
|
endscript
|
|
}
|