2017-01-06 06:52:05 +00:00
|
|
|
# supervisord
|
|
|
|
|
2017-01-07 01:48:05 +00:00
|
|
|
> 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.
|
2019-05-14 17:33:31 +01:00
|
|
|
> Homepage: <http://supervisord.org>.
|
2017-01-06 06:52:05 +00:00
|
|
|
|
|
|
|
- Start supervisord with specified configuration file:
|
|
|
|
|
|
|
|
`supervisord -c {{path/to/file}}`
|
|
|
|
|
|
|
|
- Run supervisord in the foreground:
|
|
|
|
|
|
|
|
`supervisord -n`
|