summaryrefslogtreecommitdiff
path: root/community-testing/privoxy/privoxy.logrotate.d
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/privoxy/privoxy.logrotate.d')
-rw-r--r--community-testing/privoxy/privoxy.logrotate.d8
1 files changed, 0 insertions, 8 deletions
diff --git a/community-testing/privoxy/privoxy.logrotate.d b/community-testing/privoxy/privoxy.logrotate.d
deleted file mode 100644
index 8c3129024..000000000
--- a/community-testing/privoxy/privoxy.logrotate.d
+++ /dev/null
@@ -1,8 +0,0 @@
-/var/log/privoxy/logfile {
- create 660 root privoxy
- notifempty
- compress
- postrotate
- /bin/kill -HUP `cat /var/run/privoxy.pid 2>/dev/null` 2> /dev/null || true
- endscript
-}