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
-
apt-get install supervisor - Ubuntu
-
apt-get install supervisor -
Alpine
-
apk add supervisor - Arch Linux
-
pacman -S supervisor - Kali Linux
-
apt-get install supervisor - Fedora
-
dnf install supervisor - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install supervisor - OS X
-
brew install supervisor - Raspbian
-
apt-get install supervisor - Docker
-
docker run cmd.cat/supervisord supervisordpowered 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