tor: New package.

This commit is contained in:
Michael Tremer
2013-07-19 11:40:14 +02:00
parent aea35c5aca
commit b312967ce3
9 changed files with 203 additions and 0 deletions

13
config/tor/tor.logrotate Normal file
View File

@@ -0,0 +1,13 @@
/var/log/tor/*.log {
daily
rotate 5
compress
delaycompress
missingok
notifempty
create 0640 nobody nobody
sharedscripts
postrotate
/etc/init.d/tor reload >/dev/null 2>&1 || :
endscript
}