mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-19 22:49:23 +08:00
Restore epmd start as part of release server boot
This commit is contained in:
parent
caf14fa9b6
commit
ed744abf33
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,10 @@
|
||||||
set -e
|
set -e
|
||||||
cd -P -- "$(dirname -- "$0")"
|
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
|
if [ -n "${FLAME_PARENT}" ]; then
|
||||||
exec elixir ./start_flame.exs
|
exec elixir ./start_flame.exs
|
||||||
elif [ -n "${LIVEBOOK_RUNTIME}" ]; then
|
elif [ -n "${LIVEBOOK_RUNTIME}" ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue