httpd/httpd.logrotate
Joe Orton f7210bd855 use systemctl from logrotate (#221073)
Resolves: rhbz#221073
2012-04-27 16:56:26 +01: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
}