Routers count as down when they change ORPort, too
[tor/rransom.git] / contrib / tor.logrotate.in
blob6e75f80bf06c1e41b9becab2a1d79954782b8c3e
1 @LOCALSTATEDIR@/log/tor/*log {
2         daily
3         rotate 5
4         compress
5         delaycompress
6         missingok
7         notifempty
8         # you may need to change the username/groupname below
9         create 0640 _tor _tor
10         sharedscripts
11         postrotate
12                 /etc/init.d/tor reload > /dev/null
13         endscript