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