Replies: 1 comment 3 replies
-
Couldn't the epmd module do an |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an alternative epmd module that needs a specific application to be started. That means that everything that uses the start_clean boot script can not use distribution without having to manually start that help application first.
Problem is, the release start script also uses the start_clean boot method to start the remote shell. Since the help app is not running, the alternative epmd is not working and hence the remote shell is not working.
Starting the application from the alternative epmd modules i start_link leads to a dead lock, so this also doesn't work.
What I would need is a way to add a specific application to the list of apps to be started in start_clean.
Beta Was this translation helpful? Give feedback.
All reactions