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
bump to 0.2.0.22-rc
[tor.git]
/
contrib
/
tor.logrotate.in
blob
429fc57005f1e3f4ff896c96de95b03c35d48603
1
@LOCALSTATEDIR@/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
}