centos 6 上的supervisor.con

centos 6 上的supervisor.con

我使用 easy_install 安装了 Supervisor,但是,conf 文件似乎丢失了,我真的很想有一个基础来启动我的配置。

有人知道我在哪里可以找到这个文件或至少一个示例吗?

谢谢!

答案1

发现了,只需运行 echo_supervisord_conf > Supervisor.conf

以下是参考:http://supervisord.org/installing.html#creating-a-configuration-file

相关内容