epm
epm copied to clipboard
boot scripts
Sharing init.d scripts would be amazing.
init scripts for launching erlang app?
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.