blob: 9dd64476bb68c82abdad01c7597031998f26b9c6 (
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/rc.d/init.d/tor reload > /dev/null
endscript
}
|