unix:///var/run/supervisor.sock no such file
sudo touch /var/run/supervisor.sock
sudo chmod 777 /var/run/supervisor.sock
sudo service supervisor restart
又出现
unix:///var/run/supervisor/supervisor.sock refused connection
使用supervisor status命令的时候报了个错:
unix:///var/run/supervisor/supervisor.sock refused connection
就自己运行着运行着就傻了……至今原因未知,不过查看进程的时候,发现进程已经死了。
运行命令
supervisord -c /etc/supervisord.conf
ubuntu 用
supervisord -c /etc/supervisord/supervisord.conf