aboutsummaryrefslogtreecommitdiff
path: root/debian/tor.logrotate
blob: 6e73fee3446d4bf0097adad85700336f68869a52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/var/log/tor/*log {
	daily
	rotate 5
	compress
	delaycompress
	missingok
	notifempty
	create 0640 debian-tor adm
	sharedscripts
	postrotate
		/etc/init.d/tor reload > /dev/null
	endscript
}