Merge commit 'origin/master'
authorroot <root@blitz.inria.fr>
Fri, 1 Apr 2011 20:58:20 +0000 (22:58 +0200)
committerroot <root@blitz.inria.fr>
Fri, 1 Apr 2011 20:58:20 +0000 (22:58 +0200)
logrotate/nodemanager

index 0ff3627..8fd2d3f 100644 (file)
@@ -6,3 +6,10 @@
     rotate 5
     missingok
 }
+/var/log/nodemanager.daemon {
+    copytruncate
+    compress
+    weekly
+    rotate 5
+    missingok
+}