From 7731cd08515508dc4ed59527d8c10db19b650425 Mon Sep 17 00:00:00 2001 From: sam Date: Mon, 20 Nov 2023 14:33:34 +0800 Subject: [PATCH] flux/entry exec go-supervisord --- flux/src/entry.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/flux/src/entry.sh b/flux/src/entry.sh index b3900334..5bb3c547 100644 --- a/flux/src/entry.sh +++ b/flux/src/entry.sh @@ -218,7 +218,9 @@ test -z "$START_SESSION" || sed -i "s/startfluxbox/$START_SESSION/g" /etc/superv cnt=0.1 echo "sleep $cnt" && sleep $cnt; -test "true" != "$START_SYSTEMD" || rm -f /etc/supervisor/conf.d/x$VNC_OFFSET-de.conf -# supervisord -n> go-supervisord -exec supervisord -n +# test "true" != "$START_SYSTEMD" || rm -f /etc/supervisor/conf.d/x$VNC_OFFSET-de.conf # test "true" != "$START_SYSTEMD" && exec go-supervisord || exec /lib/systemd/systemd + +# supervisord -n> go-supervisord +# exec supervisord -n +exec go-supervisord