Version 2.0.58
[idzebra-moved-to-github.git] / debian / idzebra-2.0-utils.zebrasrv.logrotate
1 /var/log/zebrasrv.log {
2         weekly
3         missingok
4         rotate 4
5         compress
6         delaycompress
7         notifempty
8         postrotate
9                 if [ -f /var/run/zebrasrv.pid ]; then
10                         /etc/init.d/zebrasrv force-reload > /dev/null
11                 fi
12         endscript
13 }