ok, lets try this thing: 

diff --git a/modules/httpd/files/httpd.logrotate
b/modules/httpd/files/httpd.logrotate index 3a6e6cb..e55f078 100644
--- a/modules/httpd/files/httpd.logrotate
+++ b/modules/httpd/files/httpd.logrotate
@@ -9,8 +9,9 @@
     compressext .bz2
     dateext
     sharedscripts
+    delaycompress
     postrotate
-        /sbin/service httpd reload > /dev/null 2>/dev/null || true
+        /sbin/service httpd graceful > /dev/null 2>/dev/null || true
     endscript
 }

kevin

Attachment: signature.asc
Description: PGP signature

_______________________________________________
infrastructure mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/infrastructure

Reply via email to