commands.sh

supervisord

all

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 info →

Options (2)

-c, --configurationboolean

Start `supervisord` with specified configuration file

Example: supervisord {{[-c|--configuration]}} {{path/to/file}}
-n, --nodaemonboolean

Run supervisord in the foreground

Example: supervisord {{[-n|--nodaemon]}}

Examples (2)

Start `supervisord` with specified configuration file

supervisord [-c|--configuration] path/to/file

Run supervisord in the foreground

supervisord [-n|--nodaemon]
made by @shridhargupta | data from tldr-pages