Merge pull request #435 from polvi/etcd-fix

fix(etcd): whoops, need name
This commit is contained in:
polvi 2014-03-15 11:13:24 -07:00
commit 27bd288e80

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