1.安装python3并安装相关依赖(源码安装)
参考:https://www.cnblogs.com/yangzhaon/p/11203395.html
2.关闭Firewall和selinux
3.pip3安装supvisor
4.echo_supervisord_conf > /etc/supervisord.conf
5.配置/etc/supervisord.conf
6.启动应用supervisor -c /etc/supervisord.conf
7.配置开机重启
8.添加program验证
参考1:https://wuguiyunwei.com/index.php/2017/06/26/1028.html
参考2:https://www.cnblogs.com/fengff/p/11137631.html