mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 10:32:13 +08:00
9 lines
189 B
Plaintext
9 lines
189 B
Plaintext
/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
|
|
}
|