summaryrefslogtreecommitdiff
path: root/pcr/c-icap/logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/c-icap/logrotate')
-rw-r--r--pcr/c-icap/logrotate9
1 files changed, 0 insertions, 9 deletions
diff --git a/pcr/c-icap/logrotate b/pcr/c-icap/logrotate
deleted file mode 100644
index e84f475c7..000000000
--- a/pcr/c-icap/logrotate
+++ /dev/null
@@ -1,9 +0,0 @@
-/var/log/c-icap/*.log {
- create 600 proxy proxy
- sharedscripts
- missingok
- notifempty
- postrotate
- /bin/kill -HUP `cat /run/c-icap/c-icap.pid 2>/dev/null` 2> /dev/null || true
- endscript
-}