/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/bin/systemctl try-reload-or-restart tor
	endscript
}
