Skip to content

Commit

Permalink
flux/entry exec go-supervisord
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Nov 20, 2023
1 parent 65657c3 commit 7731cd0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions flux/src/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7731cd0

Please sign in to comment.