milis/talimatname/genel/p/privoxy/privoxy.logrotate.d

10 lines
202 B
D
Raw Normal View History

2018-06-09 00:06:58 +02:00
/var/log/privoxy/logfile {
missingok
create 660 root privoxy
notifempty
compress
postrotate
/bin/kill -HUP `cat /var/run/privoxy.pid 2>/dev/null` 2> /dev/null || true
endscript
}