The supervisord tag has no wiki summary.
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 ...
4
votes
1answer
223 views
is upstart and supervisord used for the same thing?
I have a some jvm based processes that I need to make sure start whenever my server is rebooted, and also if it stops because of an unexpected error etc.
I'm running Ubuntu 12.04 in case in matters.
...
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 ...