diff options
author | Tristan Sloughter <[email protected]> | 2015-09-27 20:19:27 -0500 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2015-09-27 20:19:27 -0500 |
commit | 026f42bc111362354c7de8ee5eb0645c104d448f (patch) | |
tree | d41be4f0c30a95fccf1806c1ff4d7af116338d1e /priv | |
parent | 864f387bc83e510c4f634e179db01dc230023579 (diff) | |
download | relx-026f42bc111362354c7de8ee5eb0645c104d448f.tar.gz relx-026f42bc111362354c7de8ee5eb0645c104d448f.tar.bz2 relx-026f42bc111362354c7de8ee5eb0645c104d448f.zip |
make short name the default in vmargs
Diffstat (limited to 'priv')
-rw-r--r-- | priv/templates/vm_args | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/vm_args b/priv/templates/vm_args index 558ce39..02841bd 100644 --- a/priv/templates/vm_args +++ b/priv/templates/vm_args @@ -1,5 +1,5 @@ ## Name of the node --name {{ rel_name }}@127.0.0.1 +-sname {{ rel_name }} ## Cookie for distributed erlang -setcookie {{ rel_name }} |