yum install epel-release

 yum install -y supervisor

 systemctl enable supervisord # 开机自启动

 systemctl start supervisord # 启动supervisord服务

 

相关文章: