Restore epmd start as part of release server boot

This commit is contained in:
Jonatan Kłosko 2025-05-21 11:07:01 +02:00
parent caf14fa9b6
commit ed744abf33

View file

@ -2,6 +2,10 @@
set -e
cd -P -- "$(dirname -- "$0")"
# Livebook does not start EPMD automatically, but we want to start it
# here, becasue we need it for clustering
epmd -daemon
if [ -n "${FLAME_PARENT}" ]; then
exec elixir ./start_flame.exs
elif [ -n "${LIVEBOOK_RUNTIME}" ]; then