Skip to content

Commit

Permalink
exec /usr/local/bin/go-supervisord -c /etc/supervisor/supervisord.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 2, 2023
1 parent 52efde1 commit 9e6ea36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builder/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ dealKind
# systemd/sv
# exec /sbin/init
# exec /usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf
exec /usr/local/bin/go-supervisord -c /etc/supervisor/supervisord.conf

# entry-sv
# sed -i 's^exec .*^exec /usr/local/bin/go-supervisord -c /etc/supervisor/supervisord.conf^g' /usr/local/bin/entrypoint
# exec /usr/local/bin/entrypoint /sbin/init
exec /usr/local/bin/entrypoint /usr/local/bin/go-supervisord -c /etc/supervisor/supervisord.conf
# exec /usr/local/bin/entrypoint /usr/local/bin/go-supervisord -c /etc/supervisor/supervisord.conf

0 comments on commit 9e6ea36

Please sign in to comment.