summaryrefslogtreecommitdiffstats
path: root/testing/privoxy/privoxy.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'testing/privoxy/privoxy.logrotate')
-rw-r--r--testing/privoxy/privoxy.logrotate9
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/privoxy/privoxy.logrotate b/testing/privoxy/privoxy.logrotate
deleted file mode 100644
index aa7463bd5..000000000
--- a/testing/privoxy/privoxy.logrotate
+++ /dev/null
@@ -1,9 +0,0 @@
-/var/log/privoxy/privoxy.log /var/log/privoxy/jarfile {
- missingok
- notifempty
- create 0640 privoxy privoxy
- sharedscripts
- postrotate
- killall -HUP privoxy 2>/dev/null || true
- endscript
-}