diff options
Diffstat (limited to 'httpd.logrotate')
-rw-r--r-- | httpd.logrotate | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/httpd.logrotate b/httpd.logrotate deleted file mode 100644 index 794b9d7..0000000 --- a/httpd.logrotate +++ /dev/null @@ -1,9 +0,0 @@ -/var/log/httpd/*log { - missingok - notifempty - sharedscripts - delaycompress - postrotate - /sbin/service httpd reload > /dev/null 2>/dev/null || true - endscript -} |