erlware / relx

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

release start hooks should run for console and foreground as well #664

Closed tsloughter closed 6 years ago

tsloughter commented 6 years ago

Currently the release start hooks only run for the start command. The hooks should apply to all commands that "start" the node.

lrascao commented 6 years ago

665 does this, only for pre_start hook though