summaryrefslogtreecommitdiff
blob: f5d6b2b917034ab86ca15ce2ea48307116015ff3 (plain)
1
2
3
4
5
6
7
8
9
/var/log/privoxy/privoxy.log /var/log/privoxy/jarfile {
	missingok
	notifempty
	create 0750 privoxy privoxy
	sharedscripts
	postrotate
		killall -HUP privoxy 2>/dev/null || true
	endscript
}