initial import
This commit is contained in:
9
privoxy/privoxy.logrotate.d
Normal file
9
privoxy/privoxy.logrotate.d
Normal file
@@ -0,0 +1,9 @@
|
||||
/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
|
||||
}
|
||||
Reference in New Issue
Block a user