]> git.ipfire.org Git - ipfire-2.x.git/blame - config/tor/tor.logrotate
Merge branch 'next' of git.ipfire.org:/pub/git/ipfire-2.x into next
[ipfire-2.x.git] / config / tor / tor.logrotate
CommitLineData
b312967c
MT
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}