python - 安装后 Supervisor 无法识别的服务问题

标签 python ubuntu supervisord

如果我从 apt-get 安装 supervisor 我得到版本 3.0b2-1 如果我运行 sudo service supervisor status 我得到 is running(旧的测试版工作正常)

/etc/supervisor 中创建了一个目录,其中包含 supervisord.conf 文件和空目录 conf.d

但是,尝试使用 pip 或 easy_install 安装最新版本 (3.1.1) 并运行 service supervisor status 我得到 supervisor: unrecognized service(最新版本不工作)

/etc 中没有创建配置文件,所以我做了 echo_supervisord_conf >/etc/supervisord.conf,如 docs 中所述.

我无法运行 service start/stop/restart/status... 而且我不知道 supervisor 是否真的可以工作。这里有什么想法吗?

注意:我使用的是 Ubuntu 14.04 x64 机器。

最佳答案

我最后所做的是实际使用 apt-get 安装。没有发现任何问题。

关于python - 安装后 Supervisor 无法识别的服务问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25264486/

相关文章:

python - 无法安装 apache superset ubuntu 18.04 甚至 ubuntu 16.04

debian - Debian Wheezy 的主管 : another program is already listening on a port that one of our HTTP servers is configured to use

python - Pygame-transform.rotate 结果使用大量 RAM

python - Ubuntu 快速 PyGTK 和 Glade3

javascript - Node shell 脚本上没有这样的文件或目录

Supervisord - 在 supervisord.conf 中使用一个变量

python - 如何在 Heroku 上使用supervisord

python.clang AST解析: getting c++ template argument of field declaration

Python win32com 获取电子邮件的大小

ubuntu - ubuntu xenial、yakety 和 zesty 之间的区别