summaryrefslogtreecommitdiffstats
path: root/etc/certmaster_rotate
diff options
context:
space:
mode:
Diffstat (limited to 'etc/certmaster_rotate')
-rw-r--r--etc/certmaster_rotate8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/certmaster_rotate b/etc/certmaster_rotate
index e12edfb..975966a 100644
--- a/etc/certmaster_rotate
+++ b/etc/certmaster_rotate
@@ -1,16 +1,16 @@
-/var/log/func/audit.log {
+/var/log/certmaster/audit.log {
missingok
notifempty
rotate 4
weekly
postrotate
- if [ -f /var/lock/subsys/funcd ]; then
- /etc/init.d/funcd condrestart
+ if [ -f /var/lock/subsys/certmasterd ]; then
+ /etc/init.d/certmasterd condrestart
fi
endscript
}
-/var/log/func/func.log {
+/var/log/certmaster/certmaster.log {
missingok
notifempty
rotate 4