##1. 安装Supervisor# Ubuntuapt install supervisor -y# Centosyum install supervisor -y# 其他系统,请百度搜索安装命令##2. 编辑配置文件Tip: 我这里使用vim进行编辑,你可以按自己的习惯选用合适的文本编辑器# s...