summaryrefslogtreecommitdiffstats
path: root/fusioninventory-agent.init
diff options
context:
space:
mode:
Diffstat (limited to 'fusioninventory-agent.init')
-rwxr-xr-xfusioninventory-agent.init2
1 files changed, 1 insertions, 1 deletions
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