in python 2.7 - the things we are sending can also be a 'memoryview' object
[certmaster.git] / etc / certmaster_rotate
1 /var/log/certmaster/audit.log {
2 missingok
3 notifempty
4 rotate 4
5 weekly
6 postrotate
7 if [ -f /var/lock/subsys/certmasterd ]; then
8 /etc/init.d/certmasterd condrestart
9 fi
10 endscript
11 }
12
13 /var/log/certmaster/certmaster.log {
14 missingok
15 notifempty
16 rotate 4
17 weekly
18 }
19