- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我注意到我的服务器有 supervisord.conf 和 supervisor.conf 位于:
/etc/supervisord.conf
/etc/supervisor/supervisor.conf
安装的包是:
主管 3.2.0-2
操作系统版本:Ubuntu 14.04/16.04
运行 lsof|grep supervisor
显示没有一个进程没有打开它们
有谁知道区别?
哪个conf文件是要发生的?
最佳答案
运行时 supervisord
或 supervisorctl
,程序将首先检查当前工作目录( $CWD
,或调用命令的目录)是否存在 supervisord.conf
文件。当不存在时,它会寻找 /etc/supervisord.conf
.文档会告诉你更多关于它的信息:http://supervisord.org/configuration.html
您还可以使用 -c 标志指定配置文件的确切位置:supervisord -c path/to/your/file.conf
.
所以,回答你的问题:/etc/supervisord.conf
是这个。但是,如果您想使用其他配置文件,您可以运行 supervisord -c /etc/supervisor/supervisor.conf
.
关于supervisord - 监督者 VS 监督者,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47433271/
我注意到我的服务器有 supervisord.conf 和 supervisor.conf 位于: /etc/supervisord.conf /etc/supervisor/supervisor.c
我是一名优秀的程序员,十分优秀!