diff --git a/contrib/osmo-msc b/contrib/osmo-msc index dfa321e..2ebaf29 100755 --- a/contrib/osmo-msc +++ b/contrib/osmo-msc @@ -45,7 +45,7 @@ do_start() start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON --test > /dev/null \ || return 1 start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON -- \ - $DAEMON_ARGS \ + $DAEMON_ARGS > /dev/null 2>&1 \ || return 2 # Add code here, if necessary, that waits for the process to be ready # to handle requests from services started subsequently which depend