unix:///tmp/supervisor.sock no such file

supervisorctl 总是报错 unix:///tmp/supervisor.sock no such file

解决方案

Supervisor有一个issue里讲到了
https://github.com/Supervisor/supervisor/issues/121

https://github.com/Supervisor/supervisor/issues/376

尝试一下命令即可修复

sudo systemctl status supervisord
sudo systemctl enable supervisord
sudo systemctl start supervisord

然后重新读取配置

sudo supervisorctl reread
sudo supervisorctl start 你命名的进程名称
发布了352 篇原创文章 · 获赞 139 · 访问量 71万+

猜你喜欢

转载自blog.csdn.net/u013538542/article/details/105244862