summaryrefslogtreecommitdiff
path: root/community/cherokee/cherokee.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'community/cherokee/cherokee.logrotate')
-rw-r--r--community/cherokee/cherokee.logrotate9
1 files changed, 0 insertions, 9 deletions
diff --git a/community/cherokee/cherokee.logrotate b/community/cherokee/cherokee.logrotate
deleted file mode 100644
index 19207fd02..000000000
--- a/community/cherokee/cherokee.logrotate
+++ /dev/null
@@ -1,9 +0,0 @@
-/var/log/cherokee/*.error /var/log/cherokee/*.access {
- daily
- rotate 14
- compress
- sharedscripts
- postrotate
- /bin/kill -HUP `cat /var/run/cherokee.pid 2>/dev/null` 2>/dev/null || true
- endscript
-}