fix(etcd): whoops, need name

This commit is contained in:
Alex Polvi 2014-03-14 19:28:29 +00:00
parent 9b3bd7dda3
commit 84d6f3e8a7

View File

@ -8,7 +8,7 @@ ConditionPathExists=!/usr/share/oem/cloud-config.yml
User=etcd
PermissionsStartOnly=true
# Default, this will be overwritten with a cloud-config
ExecStart=/usr/bin/etcd -f -data-dir /var/lib/etcd -bind-addr 0.0.0.0
ExecStart=/usr/bin/etcd -f -data-dir /var/lib/etcd -bind-addr 0.0.0.0 -n default
Restart=always
# Set a longish timeout in case this machine isn't behaving