Skip to content
Snippets Groups Projects
Commit 64c7f0b45e58 authored by jfp's avatar jfp
Browse files

Documentation update

parent e6b8d0f8cace
No related branches found
No related tags found
No related merge requests found
...@@ -52,22 +52,17 @@ ...@@ -52,22 +52,17 @@
Running processes doesn't need to be stopped. When restarting **supervisord** find the necessary informations for running processes using the logical name table **SUPERVISORD_TABLE**. Running processes doesn't need to be stopped. When restarting **supervisord** find the necessary informations for running processes using the logical name table **SUPERVISORD_TABLE**.
### supervisord Command-Line Options ### supervisord Command-Line Options
- **-c FILE, --configuration=FILE** <dl>
<dt><strong>-c FILE, --configuration=FILE</strong></dt>
The path to a **supervisord** configuration file. Unix syntax should be used <dd>The path to a **supervisord** configuration file. Unix syntax should be used</dd>
<dt><strong>-n, --nodaemon</strong></dt>
- **-n, --nodaemon** <dd>Run supervisord in the foreground</dd>
<dt><strong>-p pwd, --password=pwd</strong></dt>
Run supervisord in the foreground. <dd>Optional password, used with <strong>supervisorctl</strong></dd>
<dt><strong>-h, --help</strong></dt>
- **-p pwd, --password=pwd** <dd>Show supervisord command help</dd>
</dl>
Optional password, used by **supervisorctl**.
- **-h, --help**
Show supervisord command help.
## Running supervisorctl ## Running supervisorctl
Required privilege: **PRMMBX, SYSNAM** Required privilege: **PRMMBX, SYSNAM**
### supervisorctl Command-Line Options ### supervisorctl Command-Line Options
...@@ -70,17 +65,14 @@ ...@@ -70,17 +65,14 @@
## Running supervisorctl ## Running supervisorctl
Required privilege: **PRMMBX, SYSNAM** Required privilege: **PRMMBX, SYSNAM**
### supervisorctl Command-Line Options ### supervisorctl Command-Line Options
- **-c FILE, --configuration=FILE** <dl>
<dt><strong>-c FILE, --configuration=FILE</strong></dt>
The path to a **supervisord** configuration file. Unix syntax should be used <dd>The path to a <strong>supervisord</strong> configuration file. Unix syntax should be used</dd>
<dt><strong>-p pwd, --password=pwd</strong></dt>
- **-p pwd, --password=pwd** <dd>Optional password, used with <strong>supervisord</strong></dd>
<dt><strong>-h, --help</strong></dt>
Optional password, used by **supervisorctl**. <dd>Show supervisord command help</dd>
</dl>
- **-h, --help**
Show supervisord command help.
### supervisorctl Actions ### supervisorctl Actions
...@@ -85,46 +77,26 @@ ...@@ -85,46 +77,26 @@
### supervisorctl Actions ### supervisorctl Actions
- **help** <dl>
<dt><strong>help</strong></dt>
Print a list of available actions <dd>Print a list of available actions</dd>
<dt><strong>help &lt;action&gt;</strong></dt>
- **help \<action\>** <dd>Print help for &lt;action&gt;</dd>
<dt><strong>start &lt;name&gt;</strong></dt>
Print help for \<action\> <dd>Start a process</dd>
<dt><strong>start &lt;name&gt; &lt;name&gt;</strong></dt>
- **start \<name\>** <dd>Start multiple processes</dd>
<dt><strong>start all</strong></dt>
Start a process <dd>Start all processes</dd>
<dt><strong>status</strong></dt>
- **start \<name\> \<name\>** <dd>Get all process status info.</dd>
<dt><strong>status &lt;name&gt;</strong></dt>
Start multiple processes <dd>Get status on a single process by name</dd>
<dt><strong>status &lt;name&gt; &lt;name&gt;</strong></dt>
- **start all** <dd>Get status on multiple named processes</dd>
<dt><strong>stop &lt;name&gt;</strong></dt>
Start all processes <dd>Stop a process</dd>
<dt><strong>stop &lt;name&gt; &lt;name&gt;</strong></dt>
- **status** <dd>Stop multiple processes</dd>
<dt><strong>stop all</strong></dt>
Get all process status info. <dd>Stop all processes</dd>
</dl>
- **status \<name\>**
Get status on a single process by name.
- **status \<name\> \<name\>**
Get status on multiple named processes.
- **stop \<name\>**
Stop a process
- **stop \<name\> \<name\>**
Stop multiple processes
- **stop all**
Stop all processes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment