03b9839f0a
* Providing for upstart in consul-template service * typo
9 lines
222 B
Desktop File
9 lines
222 B
Desktop File
description "Consul Template"
|
|
start on (local-filesystems and net-device-up IFACE!=lo)
|
|
stop on runlevel [06]
|
|
|
|
exec /usr/local/bin/consul-template -config /etc/consul-template.d
|
|
|
|
respawn
|
|
respawn limit 10 10
|
|
kill timeout 10
|