php8.4/php-fpm.logrotate
Remi Collet d03b7f4dae Initial commit on c10s
Resolves: RHEL-105827
2025-10-23 08:01:35 +02:00

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
}