Add pid-file option to agent docs

This commit is contained in:
Carlos Diaz-Padron 2014-05-05 23:34:40 -04:00
parent e0d477896a
commit 511c1c0273
1 changed files with 3 additions and 0 deletions

View File

@ -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