mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-04 12:04:20 +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
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue