aboutsummaryrefslogtreecommitdiffstats
path: root/testing/privoxy/privoxy.logrotate
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-05-26 13:02:00 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-05-26 13:02:00 +0000
commitcdd6e1dfa1cd5e59f95a5dbdf978c7c766eacd26 (patch)
tree7e1fbdec72a6b0330215e2abe2d26e053e301553 /testing/privoxy/privoxy.logrotate
parent5265583427de9887f6a8109c2494d17052b9674c (diff)
testing/privoxy: new aport
A web proxy with advanced filtering capabilities http://www.privoxy.org
Diffstat (limited to 'testing/privoxy/privoxy.logrotate')
-rw-r--r--testing/privoxy/privoxy.logrotate9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/privoxy/privoxy.logrotate b/testing/privoxy/privoxy.logrotate
new file mode 100644
index 00000000000..aa7463bd572
--- /dev/null
+++ b/testing/privoxy/privoxy.logrotate
@@ -0,0 +1,9 @@
+/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
+}