summaryrefslogtreecommitdiffstats
path: root/fusioninventory-agent.init
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-10-06 18:23:12 +0200
committerRemi Collet <fedora@famillecollet.com>2010-10-06 18:23:12 +0200
commit5b3a2c4aba7fe244a72ef45efffe8fd77282ae02 (patch)
treec9521e126a56d8afa21b7bb73fa516b87378a06d /fusioninventory-agent.init
parentc3f3f1513e65613180a1a45273b921d06e2b4327 (diff)
FusionInventory : workaround for http://forge.fusioninventory.org/issues/414
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