If I install supervisor from apt-get
I get version 3.0b2-1 and if I run sudo service supervisor status
I get is running
(older beta version working fine)
A directory at /etc/supervisor
is created with supervisord.conf
file inside and empty dir conf.d
However, trying to install latest version (3.1.1) with pip or easy_install and running service supervisor status
I get supervisor: unrecognized service
(latest version not working)
No configuration files are created at /etc
so I did echo_supervisord_conf > /etc/supervisord.conf
as said at docs.
I can't run service start/stop/restart/status... And I don't know if supervisor will actually work. Any ideas here?
Note: I'm using an Ubuntu 14.04 x64 machine.
What I finally did is to actually work with the apt-get
installation. No issues found with it.