1 | Supervisor 相当强大,提供了很丰富的功能,不过我们可能只需要用到其中一小部分。安装完成之后,可以编写配置文件,来满足自己的需求。 |
supervisor安装
1 | eix supervisor #查看安装包名称 |
如果提示修改USE标记,则在cat /etc/portage/package.keywords/00local文件中添加即可
1 | 内容如下: |
具体参考: Emerge USE标记
supervisor配置文件
vim /etc/supervisord.conf #没有则手动创建
1 | [unix_http_server] |
supervisor启动
1 | supervisord -c /etc/supervisord.conf |
Program配置–应用程序supervisor配置
1 | mkdir -p /usr/local/supervisor/etc/include.d/ |
1 | [program:news-app] |
注:”program:”后面的名称是之后用来启动该服务的依据
使用supervisor来启动服务
1 | supervisorctl reread 加载配置文件 |
- 本文作者: GaryWu
- 本文链接: https://garywu520.github.io/2018/02/06/supervisor安装与管理-Gentoo/
- 版权声明: 本博客所有文章除特别声明外,均采用 MIT 许可协议。转载请注明出处!