Joe McMaster

Results 2 comments of Joe McMaster

["Envconsul is highly fault tolerant, meaning it does not exit in the face of failure." - envconsul configuration-file](https://github.com/hashicorp/envconsul/blob/master/README.md#configuration-file) It seems to be working as intended. 🤨 So maybe this should...

```sh envconsul --help ``` > -once > Do not run the process as a daemon So the solution would be something like: ```sh envconsul -once -config config.hcl /bin/true ```