diff options
Diffstat (limited to 'build/rpm/httpd.logrotate')
-rw-r--r-- | build/rpm/httpd.logrotate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpm/httpd.logrotate b/build/rpm/httpd.logrotate index dd0ce1b9..1a03e85e 100644 --- a/build/rpm/httpd.logrotate +++ b/build/rpm/httpd.logrotate @@ -3,6 +3,6 @@ notifempty sharedscripts postrotate - /bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true + /sbin/service httpd graceful 2> /dev/null || true endscript } |