347937ad46
Break up the consul formula into two states: consul and consul-template such that it is possible to install consul without consul-template. Update consul and consul-template to 0.6.4 and 0.14.0 respectively. Consul template can now be configured with pillars.
13 lines
312 B
Desktop File
13 lines
312 B
Desktop File
[Unit]
|
|
Description=consul-template
|
|
Wants=network.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
Environment="GOMAXPROCS=2" "PATH=/usr/local/bin:/usr/bin:/bin"
|
|
ExecStart=/usr/local/bin/consul-template -config /etc/consul-template.d
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
KillSignal=TERM
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|