aports/main/privoxy/privoxy.logrotate
2023-02-07 15:25:50 +01:00

9 lines
199 B
Text

/var/log/privoxy/privoxy.log /var/log/privoxy/jarfile {
missingok
notifempty
create 0640 privoxy privoxy
sharedscripts
postrotate
busybox killall -HUP privoxy 2>/dev/null || true
endscript
}