Updating action/supervise|run|demo

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2023-02-23 16:29:04 -06:00
parent 22276201f1
commit 8523437309
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 2 additions and 2 deletions

View File

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