-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
No way to set node name with mad #90
Comments
Actually, $(mad start) just like with |
Solved with $ mad bun beam myapp && tar -xzf myapp.tgz && chmod +x bin/start && && bin/start |
No no, this is not a solution, you're right mad should do the chmod. |
And mad start and mad releases are totally different things! Don't mix them in Issues. |
The issue was not about start or release, it was about node name... |
Yeah, but setting name in OTP release is known and trivial task by using vm.args. |
I didn't know about |
it could be. when you debug distributed setup (database e.g). Let this issue be open for now. |
AFAIK, it is not possible to start node with the given name. Even if I set
in
vm.args
, I getnonode@nohost
The text was updated successfully, but these errors were encountered: