更改

跳到导航 跳到搜索

Supervisor

添加34字节2019年10月11日 (五) 18:55
无编辑摘要
* Unlinking stale socket /var/run/supervisor.sock
===权限不够===
unix:///var/run/supervisor.sock no such file的原因是权限不够。file的原因是权限不够。依次执行以下指令:
sudo touch /var/run/supervisor.sock  sudo chmod 777 /var/run/supervisor.sock

导航菜单