tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

tor.logrotate.in (251B)


      1 @LOCALSTATEDIR@/log/tor/*log {
      2 	daily
      3 	rotate 5
      4 	compress
      5 	delaycompress
      6 	missingok
      7 	notifempty
      8 	# you may need to change the username/groupname below
      9 	create 0640 _tor _tor
     10 	sharedscripts
     11 	postrotate
     12 		/etc/init.d/tor reload > /dev/null
     13 	endscript
     14 }