mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
14 lines
235 B
Plaintext
14 lines
235 B
Plaintext
/var/log/tor/*.log {
|
|
daily
|
|
rotate 5
|
|
compress
|
|
delaycompress
|
|
missingok
|
|
notifempty
|
|
create 0640 nobody nobody
|
|
sharedscripts
|
|
postrotate
|
|
/etc/init.d/tor reload >/dev/null 2>&1 || :
|
|
endscript
|
|
}
|