supervisord & supervisorctl: add page (#1226)
This commit is contained in:

committed by
Agniva De Sarker

parent
bc79616bc8
commit
8ce649c7b9
12
pages/common/supervisord.md
Normal file
12
pages/common/supervisord.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# supervisord
|
||||
|
||||
> Supervisor is a client/server system that allows its users to control a number of processes on UNIX-like operating systems.
|
||||
> Supervisord is the server piece of supervisor, Most of supervisord's config should be placed in configuration file, some basic usage will be listed here.
|
||||
|
||||
- Start supervisord with specified configuration file:
|
||||
|
||||
`supervisord -c {{path/to/file}}`
|
||||
|
||||
- Run supervisord in the foreground:
|
||||
|
||||
`supervisord -n`
|
Reference in New Issue
Block a user