immortal / immortal

⭕ A *nix cross-platform (OS agnostic) supervisor

Home Page:https://immortal.run

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

immortaldir the restart process is not terminating the process

nbari opened this issue · comments

immortaldir is sending an exit instead of a term therefore, only the supervisor exist but the process continues to be up and running as expected.

To do a restart when something changes on the run.yml, a term, start should be performed.

0.12.0 implemented halt option in order to properly do a restart

halt - Stop and exit supervisor
exit - Exit supervisor
stop - stop service