supervisord

Supervisor is a client/server system for controlling some processes on UNIX-like operating systems. Supervisord is the server part of supervisor; it is primarily managed via a configuration file. More information: <http://supervisord.org>.

Install

All systems
curl cmd.cat/supervisord.sh
Debian Debian
apt-get install supervisor
Ubuntu
apt-get install supervisor
Alpine
apk add supervisor
Arch Arch Linux
pacman -S supervisor
image/svg+xml Kali Linux
apt-get install supervisor
Fedora
dnf install supervisor
Windows (WSL2)
sudo apt-get update sudo apt-get install supervisor
OS X
brew install supervisor
Raspbian
apt-get install supervisor
Docker
docker run cmd.cat/supervisord supervisord powered by Commando

Supervisor is a client/server system for controlling some processes on UNIX-like operating systems. Supervisord is the server part of supervisor; it is primarily managed via a configuration file. More information: <http://supervisord.org>.

  • Start `supervisord` with specified configuration file:
    supervisord -c path/to/file
  • Run supervisord in the foreground:
    supervisord -n

© tl;dr; authors and contributors