diff --git a/README.md b/README.md index a71a0dc1e0437f92ceea99fcc64888bfd90f467b_UkVBRE1FLm1k..3362b10c4e7c62a3a164d197c2f148f913b105c9_UkVBRE1FLm1k 100644 --- a/README.md +++ b/README.md @@ -185,10 +185,11 @@ <dd>Base priority to be assigned to the created process.<br> Default: 4</dd> <dt><strong>nouaf</strong></dt> -<dd>Create the detach process with flag PRC$M_NOUAF set. Read OpenVMS documentation for more information.<br> +<dd>Create the detach process with flag PRC$M_NOUAF set.<br> +Read OpenVMS documentation for more information.<br> Default: false</dd> <dt><strong>quotas</strong></dt> <dd>Process quotas to be established for the created process. View the template configuration for format and example.</dd> <dt><strong>privileges</strong></dt> <dd>Process privileges to be established for the created process. View the template configuration for format and example.</dd> <dt><strong>autorestart</strong></dt> @@ -189,10 +190,11 @@ Default: false</dd> <dt><strong>quotas</strong></dt> <dd>Process quotas to be established for the created process. View the template configuration for format and example.</dd> <dt><strong>privileges</strong></dt> <dd>Process privileges to be established for the created process. View the template configuration for format and example.</dd> <dt><strong>autorestart</strong></dt> -<dd>Specifies if supervisord should automatically restart a process if it exits when it is in the <strong>RUNNING</strong> state. May be one of false, unexpected, or true.<br> +<dd>Specifies if supervisord should automatically restart a process if it exits when it is in the <strong>RUNNING</strong> state.<br> +May be one of false, unexpected, or true.<br> If false, the process will not be autorestarted.<br> If unexpected, the process will be restarted when the program exits with an exit code that is not one of the exit codes associated with this process’ configuration (see exitcodes).<br> If true, the process will be unconditionally restarted when it exits, without regard to its exit code.<br>