raven/modular/httpd/httpd.logrotate

10 lines
194 B
Plaintext
Raw Normal View History

2024-02-21 13:47:54 +06:00
/var/log/httpd/*log {
missingok
notifempty
sharedscripts
delaycompress
postrotate
/bin/systemctl reload httpd.service > /dev/null 2>/dev/null || true
endscript
}