How to Install supervisor in Ubuntu 18.04



Install supervisor by entering the following commands in the terminal:

sudo apt update
sudo apt install supervisor

Description:

System for controlling process state

Supervisor is a system for controlling and maintaining process state, similar to what init does, but not intended as an init replacement. . It will manage individual processes or groups of processes that need to be started and stopped in order, and it is possible to control individual process state via an rpc mechanism, thus allowing ordinary users to restart processes.

Homepage: http://supervisord.org/

Version: 3.3.1-1.1

Section: universe/admin