aboutsummaryrefslogtreecommitdiffstats
path: root/main/privoxy/privoxy.logrotate
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-06-10 09:20:41 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-06-10 09:20:41 +0000
commit970062912739b23579c88a5beaf998f6adc19481 (patch)
tree34d4f4639cc92b9f5ce8bc3fc4668f7d4eff34d8 /main/privoxy/privoxy.logrotate
parentb74693872432a6ca60af8dd0fe3ce6b44664b65b (diff)
downloadaports-970062912739b23579c88a5beaf998f6adc19481.tar.bz2
aports-970062912739b23579c88a5beaf998f6adc19481.tar.xz
main/privoxy: moved from testing
Diffstat (limited to 'main/privoxy/privoxy.logrotate')
-rw-r--r--main/privoxy/privoxy.logrotate9
1 files changed, 9 insertions, 0 deletions
diff --git a/main/privoxy/privoxy.logrotate b/main/privoxy/privoxy.logrotate
new file mode 100644
index 0000000000..aa7463bd57
--- /dev/null
+++ b/main/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
+}