Starting the erlang VM without epmd
问题 I'm trying to startup epmd separately from the erlang vm, in order to do monitoring on the connection handling. This works fine, except for cases when the vm starts up before epmd. Is there a way to make the erlang vm start without it starting the epmd on its own? 回答1: Possible helpful questions/answers: Is there a way to stop Erlang servers from automatically starting epmd? Ensure epmd started So inline with those questions/answers, I'd suggest to make the erlang vm service depend on epmd