I do not know how to start the service in Ubuntu, even if it has /lib/systemd/system/supervisor.service and config right. But when you service supervisor start loaded the mask. I use tip, both apt install supervisor and easy_install supervisor , then easy_install -U supervisor . Now it has two difference versions, /usr/local/bin/supervisord --version // Version 3.3.3 until 26th,Jan,2018 /usr/bin/supervisord --version // Version 3.2.0 Ubuntu 16.04
After that, edit /lib/systemd/system/supervisor.service and /etc/init.d/supervisor , change everything /usr/bin/supervisord to /usr/local/bin/supervisord
Finally, in bash, reload the service configuration. sudo systemctl daemon-reload Now all services start the latest version of the dispatcher.
Maybe try to expose this service.
systemctl unmask supervisor systemctl enable supervisor systemctl restart supervisor
source share