goreman
goreman copied to clipboard
How to make sure goreman dies after any subprocess?
I know we have an --exit-on-error flag to make sure goreman dies upon seeing a subprocess returning non-zero status code.
Thing is, how do I make sure goreman dies whenever a single subprocess dies regardless the exit code?