package details
[nodemanager.git] / nm.logrotate
diff --git a/nm.logrotate b/nm.logrotate
new file mode 100644 (file)
index 0000000..548cfb1
--- /dev/null
@@ -0,0 +1,8 @@
+/var/log/nm.log {
+    copytruncate
+    compress
+    daily
+    notifempty
+    rotate 5
+    missingok
+}