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