httpd/SOURCES/httpd.logrotate
2021-09-10 10:58:53 +00:00

10 lines
194 B
Plaintext

/var/log/httpd/*log {
missingok
notifempty
sharedscripts
delaycompress
postrotate
/bin/systemctl reload httpd.service > /dev/null 2>/dev/null || true
endscript
}