diff --git a/roles/copr/frontend/files/httpd.logrotate b/roles/copr/frontend/files/httpd.logrotate index d195a77a82..ac3056152b 100644 --- a/roles/copr/frontend/files/httpd.logrotate +++ b/roles/copr/frontend/files/httpd.logrotate @@ -2,10 +2,10 @@ /var/log/httpd/*log { missingok + compress rotate 5 notifempty sharedscripts - delaycompress postrotate /bin/systemctl reload httpd.service > /dev/null 2>/dev/null || true endscript