Tweaks wording of reap config option section.
This commit is contained in:
parent
1f1fb9a3e3
commit
55970248bc
|
@ -514,10 +514,10 @@ definitions support being updated during a reload.
|
||||||
* <a name="protocol"></a><a href="#protocol">`protocol`</a> Equivalent to the
|
* <a name="protocol"></a><a href="#protocol">`protocol`</a> Equivalent to the
|
||||||
[`-protocol` command-line flag](#_protocol).
|
[`-protocol` command-line flag](#_protocol).
|
||||||
|
|
||||||
* <a name="reap"></a><a href="#reap">`reap`</a> controls Consul's automatic reaping of child processes, which
|
* <a name="reap"></a><a href="#reap">`reap`</a> This controls Consul's automatic reaping of child processes,
|
||||||
is useful if Consul is running as PID 1 in a Docker container. If this isn't specified, then Consul will
|
which is useful if Consul is running as PID 1 in a Docker container. If this isn't specified, then Consul will
|
||||||
automatically reap child processes if it detects it is running as PID 1. If this is specified, then it
|
automatically reap child processes if it detects it is running as PID 1. If this is set to true or false, then
|
||||||
controls reaping regardless of Consul's PID.
|
it controls reaping regardless of Consul's PID (forces reaping on or off, respectively).
|
||||||
|
|
||||||
* <a name="recursor"></a><a href="#recursor">`recursor`</a> Provides a single recursor address.
|
* <a name="recursor"></a><a href="#recursor">`recursor`</a> Provides a single recursor address.
|
||||||
This has been deprecated, and the value is appended to the [`recursors`](#recursors) list for
|
This has been deprecated, and the value is appended to the [`recursors`](#recursors) list for
|
||||||
|
|
Loading…
Reference in New Issue