DarthSim / overmind

Process manager for Procfile-based applications and tmux
MIT License
2.82k stars 79 forks source link

[FEATURE] Add the ability to allow all processes to die #120

Closed maschwenk closed 2 years ago

maschwenk commented 2 years ago

I like to run things daemonized and move around projects. I generally don't like my processes to ever kill overmind because it makes daemonized mode annoying (you try to make a change to a process and suddenly overmind isn't even running).

~I haven't yet built this locally so fair warning.~ Built it locally and seems to work

maschwenk commented 2 years ago

@DarthSim Thoughts on this change?

synthead commented 2 years ago

This would be really useful :) It would also be useful to have overmind stop when every process finishes, too.

DarthSim commented 2 years ago

Looks good! Thanks for your contribution!

maschwenk commented 2 years ago

~@DarthSim I'm not actually able to see this option when I run overmind start --any-can-die~ nvm, I had installed in both nix and brew