New, more flexible directory parsing backend. Uses a bit more RAM, but implements...
[tor.git] / debian / tor.logrotate
blobcd8f0de9c09961a372a6ef93a16d6e0cc1d98022
1 /var/log/tor/log {
2         daily
3         rotate 5
4         compress
5         delaycompress
6         missingok
7         notifempty
8         postrotate
9                 /etc/init.d/tor reload > /dev/null
10         endscript