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
Merge branch 'bug1653'
[tor.git]
/
contrib
/
tor.logrotate.in
blob
6e75f80bf06c1e41b9becab2a1d79954782b8c3e
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
}