mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
Merge pull request #508 from marineam/units
Updates for etcd and fleet units
This commit is contained in:
commit
08a9edc4e3
@ -1,5 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=fleet
|
Description=fleet
|
||||||
|
Wants=etcd.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/fleet
|
ExecStart=/usr/bin/fleet
|
||||||
|
@ -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