supervisor "unix:///var/run/supervisor/supervisor.sock no such file" 解决方法

如果是没有开启 supervisord 服务的情况下出现这种报错,可以先 systemctl start supervisor 试试,

如果不是,那就 

sudo touch /var/run/supervisor.sock
sudo chmod 777 /var/run/supervisor.sock
sudo service supervisor restart

  

如果  systemctl start supervisor 之后查看  systemctl status supervisor 并没有真的启动成功,那就需要检查一下配置文件是否正确了。

posted @ 2018-06-05 09:12  佚名000  阅读(3597)  评论(0编辑  收藏  举报