proposal 121: incorporated comments by Nick posted to or-dev on 10-Oct-2007
[tor/rransom.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