smalltalk
/
osmo-st-msc
Archived
1
0
Fork 0

contrib: Make sure the output is detached...

This commit is contained in:
Holger Hans Peter Freyther 2011-09-25 14:20:41 +02:00
parent 2a92c99cf2
commit 141f7c640f
1 changed files with 1 additions and 1 deletions

View File

@ -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