diff options
Diffstat (limited to 'abs/core/apache/httpd.logrotate')
-rw-r--r-- | abs/core/apache/httpd.logrotate | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/abs/core/apache/httpd.logrotate b/abs/core/apache/httpd.logrotate index 3f9298c..a723d20 100644 --- a/abs/core/apache/httpd.logrotate +++ b/abs/core/apache/httpd.logrotate @@ -1,4 +1,5 @@ /var/log/httpd/*log { + missingok postrotate /bin/kill -HUP `cat /var/run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true endscript |