]> git.ipfire.org Git - ipfire-2.x.git/blob - config/tor/tor.logrotate
tor: New package.
[ipfire-2.x.git] / config / tor / tor.logrotate
1 /var/log/tor/*.log {
2 daily
3 rotate 5
4 compress
5 delaycompress
6 missingok
7 notifempty
8 create 0640 nobody nobody
9 sharedscripts
10 postrotate
11 /etc/init.d/tor reload >/dev/null 2>&1 || :
12 endscript
13 }