for omf-friendly slices, make sure to umount ssh dir before trying to trash VM (in...
[nodemanager.git] / logrotate / nodemanager
index 0ff3627..8c9f289 100644 (file)
@@ -6,3 +6,11 @@
     rotate 5
     missingok
 }
+/var/log/nodemanager.daemon {
+    copytruncate
+    compress
+    weekly
+    notifempty
+    rotate 5
+    missingok
+}