erlware / relx

Sane, simple release creation for Erlang
http://erlware.github.io/relx
Apache License 2.0
697 stars 232 forks source link

Add -heart option to activate heart monitoring process #507

Closed parsifal-47 closed 8 years ago

parsifal-47 commented 8 years ago

Heart variables are prepared at "start)" case, but they have no effect because "-heart" is not used, after this update, release is automatically restarted on crash and additional "heart" process appear

parsifal-47 commented 8 years ago

it was wrong, sorry