Fix outstanding bugs
[pkg-ocaml-ocsigen.git] / files / logrotate.in
blobc6933a6c8c8454982fc2a5cfe57b064e4ea73070
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