Supervisor官网链接:http://supervisord.org/installing.html
安装与设置开机启动: http://blog.csdn.net/fenglailea/article/details/77146248
#测试安装是否成功
echo_supervisord_conf
最简单的配置
[program:foo] command=/bin/cat
加载自定义配置: http://blog.csdn.net/qq_36587980/article/details/54312467
配置多个进程监控: http://lib.csdn.net/article/linux/39953
原文地址:https://www.cnblogs.com/gavinyyb/p/8414079.html
时间: 2024-10-13 12:21:34