]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/tor/tor.logrotate
libvirt: Update to 4.6.0
[people/pmueller/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}