Skip to content

Instantly share code, notes, and snippets.

@cosmosgenius
Created March 31, 2017 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cosmosgenius/1074abbec33ca857ee429dfd1f45ed56 to your computer and use it in GitHub Desktop.
Save cosmosgenius/1074abbec33ca857ee429dfd1f45ed56 to your computer and use it in GitHub Desktop.
confd service
[Unit]
Description=Confd
After=etcd.service
[Service]
ExecStart=/usr/bin/confd -backend etcd -node http://127.0.0.1:2379 --watch
Restart=always
[Install]
WantedBy=basic.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment