系统相关
首页 > 系统相关> > linux 的supervisor 使用安装

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,supervisord,tomcat,supervisorctl,etc,linux,安装
来源: https://www.cnblogs.com/ministep/p/15507561.html