mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
8 lines
214 B
Text
8 lines
214 B
Text
/var/log/privoxy/jarfile /var/log/privoxy/logfile {
|
|
create 660 root privoxy
|
|
notifempty
|
|
compress
|
|
postrotate
|
|
/bin/kill -HUP `cat /var/run/privoxy.pid 2>/dev/null` 2> /dev/null || true
|
|
endscript
|
|
}
|