mirror of
https://abf.rosa.ru/djam/tor.git
synced 2025-02-23 17:42:46 +00:00
12 lines
241 B
Text
12 lines
241 B
Text
/var/log/tor/*.log {
|
|
daily
|
|
rotate 5
|
|
compress
|
|
delaycompress
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
postrotate
|
|
service tor reload > /dev/null 2>&1
|
|
endscript
|
|
}
|