bump to 0.2.0.22-rc
[tor.git] / contrib / tor.logrotate.in
blob429fc57005f1e3f4ff896c96de95b03c35d48603
1 @LOCALSTATEDIR@/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