This repository has been archived on 2024-07-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
etckeeper/logrotate.d/php8.0-fpm
T

14 lines
215 B
Plaintext

/var/log/php8.0-fpm.log {
rotate 12
weekly
missingok
notifempty
compress
delaycompress
postrotate
if [ -x /usr/lib/php/php8.0-fpm-reopenlogs ]; then
/usr/lib/php/php8.0-fpm-reopenlogs;
fi
endscript
}