add /bin and /sbin in path if not present in slivers - in root/.profile like for...
[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
+}