Add pid-file option to agent docs

This commit is contained in:
Carlos Diaz-Padron 2014-05-05 23:34:40 -04:00
parent 60ef5a8a12
commit dd1ce61fb1
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 * `-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. 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 ## Configuration Files
In addition to the command-line options, configuration can be put into In addition to the command-line options, configuration can be put into