charm-neutron-api/templates/icehouse/etcd.conf

17 lines
231 B
Plaintext

# managed by juju, DO NOT EDIT
description "etcd"
author "etcd maintainers"
start on stopped rc RUNLEVEL=[2345]
stop on runlevel [!2345]
respawn
setuid etcd
script
set -a
. /etc/default/etcd
exec /usr/bin/etcd
end script