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>.

Debian Debian
RUN apt-get update && \ apt-get install -y supervisor
Ubuntu
RUN apt-get update && \ apt-get install -y supervisor
Alpine
RUN apk add supervisor
Arch Arch Linux
RUN pacman -S --noconfirm supervisor
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y supervisor
Fedora
RUN dnf install -y supervisor
Raspbian
RUN apt-get update && \ apt-get install -y supervisor
click the source code to copy install supervisord on any operating system with command-not-found.com