reguire gnupg1 on f>=31; sense the system to use gpg1 when installed
[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
+}