RPM: idzebra-2.0 includes init.d script
[idzebra-moved-to-github.git] / rpm / 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                         /sbin/service zebrasrv restart > /dev/null
11                 fi
12         endscript
13 }