diff options
Diffstat (limited to 'net-proxy/privoxy/files/privoxy.logrotate')
-rw-r--r-- | net-proxy/privoxy/files/privoxy.logrotate | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net-proxy/privoxy/files/privoxy.logrotate b/net-proxy/privoxy/files/privoxy.logrotate deleted file mode 100644 index aa7463b..0000000 --- a/net-proxy/privoxy/files/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 -} |