epm icon indicating copy to clipboard operation
epm copied to clipboard

boot scripts

Open eshubin opened this issue 9 years ago • 2 comments

Sharing init.d scripts would be amazing.

eshubin avatar Sep 28 '15 15:09 eshubin

init scripts for launching erlang app?

maxlapshin avatar Sep 28 '15 15:09 maxlapshin

There are OS-specific start scripts (init, init.d, upstart in Ubuntu), which just launch daemon on start and probably monitor it and respawn. Basically Erlang release is self-contained system, your packaging tool solves problem of deployment, but booting on OS start is the last piece missing.

eshubin avatar Sep 28 '15 15:09 eshubin