repo.or.cz
/
pkg-ocaml-ocsigen.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix outstanding bugs
[pkg-ocaml-ocsigen.git]
/
files
/
logrotate.in
blob
c6933a6c8c8454982fc2a5cfe57b064e4ea73070
1
LOGDIR/*.log {
2
weekly
3
missingok
4
rotate 52
5
compress
6
delaycompress
7
notifempty
8
create 640 USER GROUP
9
sharedscripts
10
postrotate
11
if fuser -s _COMMANDPIPE_; then
12
echo reopen_logs > _COMMANDPIPE_
13
fi
14
endscript
15
}