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, --configurationbooleanStart `supervisord` with specified configuration file
Example:
supervisord {{[-c|--configuration]}} {{path/to/file}}-n, --nodaemonbooleanRun supervisord in the foreground
Example:
supervisord {{[-n|--nodaemon]}}Examples (2)
Start `supervisord` with specified configuration file
supervisord [-c|--configuration] path/to/fileRun supervisord in the foreground
supervisord [-n|--nodaemon]made by @shridhargupta | data from tldr-pages