renamed files used at runtime (see post-install script in specfile)
[nodemanager.git] / logrotate / nodemanager
diff --git a/logrotate/nodemanager b/logrotate/nodemanager
new file mode 100644 (file)
index 0000000..0ff3627
--- /dev/null
@@ -0,0 +1,8 @@
+/var/log/nodemanager {
+    copytruncate
+    compress
+    daily
+    notifempty
+    rotate 5
+    missingok
+}