mirror of https://github.com/status-im/consul.git
Add pid-file option to agent docs
This commit is contained in:
parent
60ef5a8a12
commit
dd1ce61fb1
|
@ -96,6 +96,9 @@ The options below are all specified on the command-line.
|
|||
* `-ui-dir` - This flag provides a the directory containing the Web UI resources
|
||||
for Consul. This must be provided to enable the Web UI. Directory must be readable.
|
||||
|
||||
* `-pid-file` - This flag provides the file path for the agent to store it's PID. This is useful for
|
||||
sending signals to the agent, such as `SIGINT` to close it or `SIGHUP` to update check definitions.
|
||||
|
||||
## Configuration Files
|
||||
|
||||
In addition to the command-line options, configuration can be put into
|
||||
|
|
Loading…
Reference in New Issue