Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 236701
Collapse All | Expand All

(-)startDM.sh.bak (-1 / +1 lines)
Lines 23-29 Link Here
23
NAME="$(get_options name)"
23
NAME="$(get_options name)"
24
PIDFILE="$(get_options pidfile)"
24
PIDFILE="$(get_options pidfile)"
25
25
26
start-stop-daemon --start --exec ${EXEC} \
26
start-stop-daemon --start --exec ${EXEC} -b \
27
${NAME:+--name} ${NAME} ${PIDFILE:+--pidfile} ${PIDFILE} || \
27
${NAME:+--name} ${NAME} ${PIDFILE:+--pidfile} ${PIDFILE} || \
28
eerror "ERROR: could not start the Display Manager"
28
eerror "ERROR: could not start the Display Manager"
29
29

Return to bug 236701