Skip to content

Commit

Permalink
hooks/pre_start: Don't start epmd
Browse files Browse the repository at this point in the history
Make sure epmd isn't started while creating an Erlang cookie.
  • Loading branch information
weiss committed Sep 10, 2023
1 parent 4dbb6fe commit 1dacadb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions overlay/hooks/pre_start
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ then
"$ERTS_DIR/bin/erl" \
-noinput \
-boot 'no_dot_erlang' \
-start_epmd 'false' \
-sname 'cookie' \
-eval 'halt()' \
2>'/dev/null' || :
Expand Down

0 comments on commit 1dacadb

Please sign in to comment.