mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
fix(etcd): whoops, need name
This commit is contained in:
parent
9b3bd7dda3
commit
84d6f3e8a7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user