Blame SPECS/httpd.logrotate

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