summaryrefslogtreecommitdiff
path: root/pcr/cherokee/cherokee.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/cherokee/cherokee.logrotate')
-rw-r--r--pcr/cherokee/cherokee.logrotate9
1 files changed, 0 insertions, 9 deletions
diff --git a/pcr/cherokee/cherokee.logrotate b/pcr/cherokee/cherokee.logrotate
deleted file mode 100644
index 19207fd02..000000000
--- a/pcr/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
-}