logrotate config for renew_reminder log
authorTony Mack <tmack@cs.princeton.edu>
Wed, 8 Oct 2008 20:57:37 +0000 (20:57 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Wed, 8 Oct 2008 20:57:37 +0000 (20:57 +0000)
support-scripts/renew_reminder_logrotate [new file with mode: 0644]

diff --git a/support-scripts/renew_reminder_logrotate b/support-scripts/renew_reminder_logrotate
new file mode 100644 (file)
index 0000000..c97672a
--- /dev/null
@@ -0,0 +1,8 @@
+/var/log/renew_reminder {
+    weekly
+    missingok
+    notifempty
+    create 0640 root root
+
+}
+