e12edfb756cabcc5ae751729db4f8673df269fdd
[certmaster.git] / etc / certmaster_rotate
1 /var/log/func/audit.log {
2 missingok
3 notifempty
4 rotate 4
5 weekly
6 postrotate
7 if [ -f /var/lock/subsys/funcd ]; then
8 /etc/init.d/funcd condrestart
9 fi
10 endscript
11 }
12
13 /var/log/func/func.log {
14 missingok
15 notifempty
16 rotate 4
17 weekly
18 }
19