mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
fix(dev-db/etcd): Re-add [Install] section to service file.
This was needlessly removed in 03be5aef, required for configuring etcd to start via `systemctl enable etcd.service`.
This commit is contained in:
parent
07d7ce3c28
commit
a983283c03
@ -8,3 +8,6 @@ Environment=ETCD_DATA_DIR=/var/lib/etcd ETCD_NAME=default
|
|||||||
ExecStart=/usr/bin/etcd
|
ExecStart=/usr/bin/etcd
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=10s
|
RestartSec=10s
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user