arrfab / rpms / httpd

Forked from rpms/httpd 5 years ago
Clone

Blame SOURCES/httpd.logrotate

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