Starting supervisord on Ubuntu 16.04

published Nov 15, 2016 10:35   by admin ( last modified Nov 15, 2016 11:29 )
# Make sure Supervisor comes up after a reboot.
sudo systemctl enable supervisor

# Bring Supervisor up right now.
sudo systemctl start supervisor

 


Read more: Link - supervisord - ubuntu server 16.04: cannot get supervisor to start automatically - Unix & Linux Stack Exchange