Rotate notif-il files at 10M
authorAleš Křenek <ljocha@ics.muni.cz>
Fri, 19 Jun 2009 12:04:59 +0000 (12:04 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Fri, 19 Jun 2009 12:04:59 +0000 (12:04 +0000)
org.glite.lb.server/config/startup

index 379cb03..acefb1e 100755 (executable)
@@ -103,6 +103,7 @@ start()
                echo -n Starting glite-lb-notif-interlogd ...
                su - $GLITE_USER -c "$GLITE_LOCATION/bin/glite-lb-notif-interlogd \
                        -f $GLITE_LB_NOTIF_FPREFIX -s $GLITE_LB_NOTIF_SOCK \
+                       -M 10485760 \
                        $creds $GLITE_LB_NOTIF_OTHER_OPTIONS" && echo " done" || echo " FAILED"
        else
                echo Warning: glite-lb-notif-interlogd not installed, LB notifications will not work