Besides running $ killall -9 beam.smp
, how can I kill an Erlang node programmatically when I know its -sname
?
If I don't want the heartbeat monitor to restart the process, how can I ensure that whatever answer is given for the above question will also kill the heartbeat?
Is there a decent guide to deploying Erlang as a daemon?