altarch-user / rpms / httpd

Forked from rpms/httpd 2 years ago
Clone

Blame SOURCES/httpd.logrotate

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