forked from pool/tinyproxy
16 lines
247 B
Plaintext
16 lines
247 B
Plaintext
/var/log/tinyproxy/tinyproxy.log {
|
|
compress
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
size=+4096k
|
|
notifempty
|
|
missingok
|
|
create 640 tinyproxy root
|
|
sharedscripts
|
|
su tinyproxy tinyproxy
|
|
postrotate
|
|
/usr/bin/systemctl try-restart tinyproxy
|
|
endscript
|
|
}
|