Comment 19 for bug 1594740

Revision history for this message
Peter Odding (peterodding) wrote :

Hi Nish and thank you so much for backporting a fix to xenial!

I can confirm that with the version of Supervisor in your PPA the original issue I reported is resolved, i.e. by the time 'apt install supervisor' returns, the Supervisor daemon has been started. Also both of the commands I mentioned in my opening post confirm the correct configuration:

peter@mbp> systemctl --quiet is-enabled supervisor && echo OK || echo ER
OK

peter@mbp> systemctl --quiet is-active supervisor && echo OK || echo ER
OK

Apart from this the Supervisor daemon seems to be working fine, as expected.