log rotation for /var/log/NodeUpdate.log
[nodeupdate.git] / NodeUpdate.logrotate
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
+}