Error when reloading supervisord: unix:///tmp/supervisor.sock no such file
- by Yarin
I'm running supervisord on my CentOS 6 box like so,
/usr/bin/supervisord -c /etc/supervisord.conf
and when I launch supervisorctl all process status are fine,
but if I try to reload using supervisorctl I get
unix:///tmp/supervisor.sock no such file
I'm using the same config file I've used successfully on other boxes, and im running…