sgallagh / rpms / httpd

Forked from rpms/httpd 6 years ago
Clone
Blob Blame History Raw
/var/log/httpd/*log {
    missingok
    notifempty
    sharedscripts
    delaycompress
    postrotate
        /bin/systemctl reload httpd.service > /dev/null 2>/dev/null || true
    endscript
}