Last active
June 24, 2018 20:25
-
-
Save marylly/4dea99d85d892cd26eb6d9aacca4be02 to your computer and use it in GitHub Desktop.
Supervisor conf for consul service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[supervisord] | |
nodaemon=true | |
[program:consul] | |
command=$GOPATH/bin/consul agent -server -config-file=$GOPATH/src/github.com/hashicorp/consul/consul.json | |
autostart=true | |
[program:vault] | |
command=$GOPATH/bin/vault server -config $GOPATH/src/github.com/hashicorp/vault/vault.json | |
autostart=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment