log rotation for /var/log/NodeUpdate.log
authorMark Huang <mlhuang@cs.princeton.edu>
Tue, 16 Nov 2004 19:10:45 +0000 (19:10 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Tue, 16 Nov 2004 19:10:45 +0000 (19:10 +0000)
NodeUpdate.logrotate [new file with mode: 0644]

diff --git a/NodeUpdate.logrotate b/NodeUpdate.logrotate
new file mode 100644 (file)
index 0000000..03cfbd1
--- /dev/null
@@ -0,0 +1,7 @@
+/var/log/NodeUpdate.log {
+    compress
+    daily
+    notifempty
+    rotate 5
+    missingok
+}