summaryrefslogtreecommitdiffstats
path: root/httpd.logrotate
diff options
context:
space:
mode:
authorjorton <jorton@fedoraproject.org>2009-09-08 15:58:46 +0000
committerjorton <jorton@fedoraproject.org>2009-09-08 15:58:46 +0000
commitb2a4380f418ec73fe75699ad04506cdef2b88b98 (patch)
treec3f55fcbcc4a15169893879dcd80725800c36846 /httpd.logrotate
parent2f347e4609cb579dc335a884f65b8b08089f38b5 (diff)
downloadhttpd-b2a4380f418ec73fe75699ad04506cdef2b88b98.tar.gz
httpd-b2a4380f418ec73fe75699ad04506cdef2b88b98.tar.xz
httpd-b2a4380f418ec73fe75699ad04506cdef2b88b98.zip
- restart service in posttrans (#491567)httpd-2_2_13-3_fc12F-12-startF-12-split
Diffstat (limited to 'httpd.logrotate')
-rw-r--r--httpd.logrotate1
1 files changed, 1 insertions, 0 deletions
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