/var/log/tor/*log {
	daily
	rotate 5
	compress
	delaycompress
	missingok
	notifempty
	# you may need to change the username/groupname below
	create 0640 tor tor
	su tor tor
	sharedscripts
	postrotate
		/usr/sbin/service tor reload > /dev/null
	endscript
}
