From 5b3a2c4aba7fe244a72ef45efffe8fd77282ae02 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Oct 2010 18:23:12 +0200 Subject: FusionInventory : workaround for http://forge.fusioninventory.org/issues/414 --- fusioninventory-agent.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fusioninventory-agent.init') diff --git a/fusioninventory-agent.init b/fusioninventory-agent.init index 65fd96d..c515805 100755 --- a/fusioninventory-agent.init +++ b/fusioninventory-agent.init @@ -53,7 +53,7 @@ do_start() fi if [ -n "$OPTS" ]; then echo -n $"Starting $prog: " - daemon $prog --logfile=$logfile $FUSINVOPT --daemon $OPTS 2>/dev/null + daemon $prog --logfile-maxsize=999 --logfile=$logfile $FUSINVOPT --daemon $OPTS 2>/dev/null RETVAL=$? echo else -- cgit