correct the explanation for KeepalivePeriod
[tor.git] / debian / tor.logrotate
blob1d3d3a4af8d95da938d1c89746be7e866643ee3b
1 /var/log/tor/*log {
2         daily
3         rotate 5
4         compress
5         delaycompress
6         missingok
7         notifempty
8         sharedscripts
9         postrotate
10                 /etc/init.d/tor reload > /dev/null
11         endscript