blob: 429fc57005f1e3f4ff896c96de95b03c35d48603 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
@LOCALSTATEDIR@/log/tor/*log {
daily
rotate 5
compress
delaycompress
missingok
notifempty
sharedscripts
postrotate
/etc/init.d/tor reload > /dev/null
endscript
}
|