how to install supervisor in ubuntu - zhongguogu/Linux GitHub Wiki
1、sudo apt-get install supervisor
参考https://blog.programster.org/install-supervisor
2、查看版本信息 supervisord -v 3.2.0
3、如果服务启动失败,一定要检查下启动脚本start.sh,检查脚本首行是否是“#!/bin/bash”
1、sudo apt-get install supervisor
参考https://blog.programster.org/install-supervisor
2、查看版本信息 supervisord -v 3.2.0
3、如果服务启动失败,一定要检查下启动脚本start.sh,检查脚本首行是否是“#!/bin/bash”