# supervisorctl status
unix:///var/tmp/supervisor.sock refused connection
# supervisord -c /etc/supervisord.conf
Error: could not find config file /etc/supervisor/supervisord.conf
For help, use /usr/bin/supervisord -h
# whereis supervisord.conf
supervisord: /usr/bin/supervisord /etc/supervisord.conf /etc/supervisord
# supervisord -c /etc/supervisord.conf
Unlinking stale socket /var/tmp/supervisor.sock
# unlink /tmp/supervisor.sock
unlink: cannot unlink `/tmp/supervisor.sock’: No such file or directory
# unlink /var/tmp/supervisor.sock
# supervisorctl status
unix:///var/tmp/supervisor.sock no such file
# supervisord -c /etc/supervisord.conf
# supervisorctl status
m-tomcat RUNNING pid 11125, uptime 0:00:03
platform RUNNING pid 11124, uptime 0:00:03
rap-tomcat RUNNING pid 11123, uptime 0:00:03
redis_6379 BACKOFF Exited too quickly (process log may have details)
tomcat RUNNING pid 11130, uptime 0:00:03