Updating action/supervise|run|demo
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
22276201f1
commit
8523437309
|
@ -583,7 +583,7 @@ case "$ACTION" in
|
|||
# Under control of daemontools supervise monitor which
|
||||
# handles restarts and shutdowns via the svc program.
|
||||
#
|
||||
exec "${RUN_CMD[@]}"
|
||||
echo ${RUN_CMD[*]} | xargs ${JAVA} > /dev/null &
|
||||
|
||||
;;
|
||||
|
||||
|
@ -596,7 +596,7 @@ case "$ACTION" in
|
|||
exit 1
|
||||
fi
|
||||
|
||||
exec "${RUN_CMD[@]}"
|
||||
echo ${RUN_CMD[*]} | xargs ${JAVA} > /dev/null &
|
||||
;;
|
||||
|
||||
check|status)
|
||||
|
|
Loading…
Reference in New Issue