summaryrefslogtreecommitdiffstats
path: root/fusioninventory-agent.init
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-08-16 19:08:17 +0200
committerRemi Collet <fedora@famillecollet.com>2010-08-16 19:08:17 +0200
commit17251d433ab18f59dab060e3ebadef6367969943 (patch)
treec9cdc1cd88c59587cf93cf0dd9310d2a637fcc5c /fusioninventory-agent.init
parent077b8e0d62f3b732188ab2356f8cae35ba00a82c (diff)
fusioninventory-agent-2.1
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 e6bfffc..9c64035 100755
--- a/fusioninventory-agent.init
+++ b/fusioninventory-agent.init
@@ -45,7 +45,7 @@ do_start()
done
if [ -n "$OPTS" ]; then
echo -n $"Starting $prog: "
- daemon $prog $FUSINVOPT --logfile=$logfile --daemon $OPTS
+ daemon $prog --logfile=$logfile $FUSINVOPT --daemon $OPTS &>/dev/null
RETVAL=$?
echo
else