运行supervisord -c /etc/supervisor/supervisord.conf 出错,解决办法
坑都让我踩了。。。。。。
1 supervisord -c /etc/supervisor/supervisord.conf 什么意思?
答:手动启动:supervisord 具体详见 :supervisord监控服务常用技巧
2 运行supervisord -c /etc/supervisor/supervisord.conf 出现“Error: Another program is already listening on a port that one of our HTTP servers is configured to use. Shut this program down first before starting supervisord.” 解决办法
答:
find / -name supervisor.sock
unlink /name/supervisor.sock
如: