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
r11987@catbus: nickm | 2007-02-28 12:34:04 -0500
[tor.git]
/
contrib
/
tor.logrotate.in
blob
9dd64476bb68c82abdad01c7597031998f26b9c6
1
@LOCALSTATEDIR@/log/tor/*log {
2
daily
3
rotate 5
4
compress
5
delaycompress
6
missingok
7
notifempty
8
sharedscripts
9
postrotate
10
/etc/rc.d/init.d/tor reload > /dev/null
11
endscript
12
}