使用yum命令安装(推荐)

# yum install epel-release
# yum install -y supervisor
# systemctl enable supervisord # 开机自启动
# systemctl start supervisord # 启动supervisord服务

# systemctl status supervisord # 查看supervisord服务状态
# ps -ef|grep supervisord # 查看是否存在supervisord进程

 

posted on 2019-08-22 09:46  宇宙神奇  阅读(778)  评论(0编辑  收藏  举报