mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 22:11:39 +02:00
Merge pull request #658 from bcwaldon/etcd-ordering
fix(fleet): shut down etcd after fleet
This commit is contained in:
commit
48771b8c9c
@ -1,6 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=fleet
|
Description=fleet
|
||||||
Wants=etcd.service
|
Wants=etcd.service
|
||||||
|
After=etcd.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/fleet
|
ExecStart=/usr/bin/fleet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user