I'm trying to use Supervisord to keep my node.js web app alive.

However when I run supervisorctl shutdown, it doesn't close the http port that node.js uses.

Is there a way to configure Supervisord to shut down a process and close the port so I can restart webservers successfully?

[program:stream3]
command=<mycommand>
autostart=true
port=127.0.0.1:<myport>
autorestart=true
startretries=3
link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.