Blob Blame History Raw
/var/log/tor/*.log {
	delaycompress
	notifempty
	sharedscripts
	postrotate
		test ! -f /etc/init.d/tor         || /etc/init.d/tor reload         >/dev/null 2>/dev/null || :
		test ! -f /etc/initng/damon/tor.i || /sbin/ngc --restart daemon/tor >/dev/null 2>/dev/null || :
		test ! -d /etc/minit/services/tor || /bin/msvc -h services/tor      >/dev/null 2>/dev/null || :
        endscript
}