From b2a4380f418ec73fe75699ad04506cdef2b88b98 Mon Sep 17 00:00:00 2001 From: jorton Date: Tue, 8 Sep 2009 15:58:46 +0000 Subject: - restart service in posttrans (#491567) --- httpd.logrotate | 1 + 1 file changed, 1 insertion(+) (limited to 'httpd.logrotate') diff --git a/httpd.logrotate b/httpd.logrotate index a2529a3..d233e9c 100644 --- a/httpd.logrotate +++ b/httpd.logrotate @@ -2,6 +2,7 @@ missingok notifempty sharedscripts + delaycompress postrotate /bin/kill -HUP `cat /var/run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true endscript -- cgit