(messing with post-receive hook)
[certmaster.git] / etc / certmaster_rotate
1 /var/log/certmaster/*.log {
2 missingok
3 notifempty
4 rotate 4
5 weekly
6 sharedscripts
7 postrotate
8 if [ -f /var/lock/subsys/certmasterd ]; then
9 /etc/init.d/certmasterd condrestart
10 fi
11 endscript
12 }