ochinchina / supervisord

a go-lang supervisor implementation
MIT License
4.03k stars 571 forks source link

terminate supervisord when no children processes left #370

Open andywow opened 1 year ago

andywow commented 1 year ago

Original supervisord process will terminate itself, if there are no children processes left (all of them have autorestart=false option). Your solution will continue to work even if there are no children left. Can we change this behavior?