aports/community/php82/php82-fpm.logrotate
2022-12-08 13:57:40 +00:00

14 lines
188 B
Plaintext

/var/log/php82/*.log {
rotate 7
daily
missingok
notifempty
delaycompress
compress
dateext
sharedscripts
postrotate
/etc/init.d/php-fpm82 --ifstarted --quiet reopen
endscript
}