The supervisord tag has no wiki summary.
2
votes
0answers
166 views
What are the differences between runit and supervisord?
I'm looking into changing our Django deployments and was reading the deploy page for gunicorn and it talks about both supervisord which I was aware of and planning on using and runit that I don't ...
1
vote
0answers
148 views
Supervisord does not work
Kinda shocked about supervisor. I get this error
unix:///var/run/supervisor.sock no such file
What is so shocking is the file is there! I am running on ubuntu on ec2. I tired to chmod to 0777 as ...