repo.or.cz
/
tor.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bugfix: we were checking to see if you want to send a keepalive, based
[tor.git]
/
debian
/
tor.logrotate
blob
1d3d3a4af8d95da938d1c89746be7e866643ee3b
1
/var/log/tor/*log {
2
daily
3
rotate 5
4
compress
5
delaycompress
6
missingok
7
notifempty
8
sharedscripts
9
postrotate
10
/etc/init.d/tor reload > /dev/null
11
endscript
12
}