<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style>
</head>
<body><div>On Thu, 28 Jun 2018, at 04:25, Vans S wrote:<br></div>
<div>> Hello,<br></div>
<div>>     I am currently compiling an Erlang release of a PoC app that is<br></div>
<div>> ending up being used on Win Mac and Linux.  Is there any way to tell the<br></div>
<div>> release to not include and/or not start EPMD?<br></div>
<div><br></div>
<div>Add this this to your vm.args</div>
<div><br></div>
<div><span class="highlight" style="background-color:rgb(255, 255, 255)"><span class="colour" style="color:rgb(36, 41, 46)"><span class="font" style="font-family:Consolas, "Liberation Mono", Courier, monospace"><span class="size" style="font-size:14px">-start_epmd false</span></span></span></span><br></div>
<div><br></div>
<div><span class="highlight" style="background-color:rgb(255, 255, 255)"><span class="colour" style="color:rgb(36, 41, 46)"><span class="font" style="font-family:Consolas, "Liberation Mono", Courier, monospace"><span class="size" style="font-size:14px">More details in </span></span></span></span><a href="http://erlang.org/doc/man/erl.html">http://erlang.org/doc/man/erl.html</a><br></div>
<div><br></div>
<div>dave</div>
<div id="sig20903217"><div class="signature"><br></div>
<div><br></div>
<div><br></div>
<div><br></div>
<div><br></div>
<div><br></div>
<div><br></div>
</div>
<div><br></div>
</body>
</html>