Skip to content

Commit

Permalink
add a note about reload_cmd blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseyhightower committed Feb 23, 2016
1 parent af4ab2a commit 710bf63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/template-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ Template resources are stored under the `/etc/confd/conf.d` directory by default
* `check_cmd` (string) - The command to check config. Use `{{.src}}` to reference the rendered source template.
* `prefix` (string) - The string to prefix to keys.

### Notes

When using the `reload_cmd` feature it's important that the command exits on it's own. The reload
command is not managed by confd, and will block the configuration run until it exits.

## Example

```TOML
Expand Down

0 comments on commit 710bf63

Please sign in to comment.