echo_supervisord_conf
A system for controlling process state
Install
- All systems
-
curl cmd.cat/echo_supervisord_conf.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 update
sudo apt-get install supervisor
- OS X
-
brew install supervisor
- Raspbian
-
apt-get install supervisor
- Dockerfile
- dockerfile.run/echo_supervisord_conf
- Docker
-
docker run cmd.cat/echo_supervisord_conf echo_supervisord_conf
powered by Commando
supervisor
A 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.