Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for starting without epmd #26

Open
bsedat opened this issue Dec 2, 2021 · 2 comments
Open

Support for starting without epmd #26

bsedat opened this issue Dec 2, 2021 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@bsedat
Copy link
Member

bsedat commented Dec 2, 2021

We had previously noticed that the epmd process was left running on user systems after the CLI exited, and we have a workaround in the elixir application's release to start without epmd (OTP 23+):

  1. Create a rel/env.bat.eex, rel/env.sh.eex which set RELEASE_DISTRIBUTION=none
  2. Create a rel/vm.args.eex to set -start_epmd false

Perhaps this is something we can support in Burrito via configuration to the wrapper.

@ashea-code
Copy link
Contributor

ashea-code commented Jan 12, 2022

I wonder if we should default to starting epmd or default to NOT starting epmd if we expose this option

@ashea-code ashea-code added enhancement New feature or request good first issue Good for newcomers labels Jan 12, 2022
@josevalim
Copy link

Step 2 may not be necessary. -start_epmd only has an effect if the release has a name. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants