linux 的supervisor 使用安装

安装

yum install supervisor

配置文件

vim /etc/supervisord.conf

程序配置

cd /etc/supervisord.d/

6.2 bash终端

supervisorctl status
supervisorctl stop tomcat
supervisorctl start tomcat
supervisorctl restart tomcat
supervisorctl reread
supervisorctl update
上一篇:supervisor安装使用


下一篇:uWSGI和Gunicorn对比实践笔记--()