HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

supervisord — Supervisor is a client/server system for controlling some processes on UNIX-like operating systems.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
servercommandclientcliforsupervisorsystemsupervisord

Problem

How to use the supervisord command: 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: <https://supervisord.org/running.html#running-supervisord>.

Solution

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: <https://supervisord.org/running.html#running-supervisord>.

Start supervisord with specified configuration file:
supervisord {{[-c|--configuration]}} {{path/to/file}}


Run supervisord in the foreground:
supervisord {{[-n|--nodaemon]}}

Code Snippets

Start `supervisord` with specified configuration file

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

Run supervisord in the foreground

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

Context

tldr-pages: common/supervisord

Revisions (0)

No revisions yet.