--- startDM.sh.bak 2008-09-04 16:47:53.000000000 +0200 +++ startDM.sh 2008-09-04 16:47:53.000000000 +0200 @@ -23,7 +23,7 @@ NAME="$(get_options name)" PIDFILE="$(get_options pidfile)" -start-stop-daemon --start --exec ${EXEC} \ +start-stop-daemon --start --exec ${EXEC} -b \ ${NAME:+--name} ${NAME} ${PIDFILE:+--pidfile} ${PIDFILE} || \ eerror "ERROR: could not start the Display Manager"