mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 14:31:02 +02:00
flannel: remove wants etcd and add requires etcd2
This commit is contained in:
parent
34a49fc885
commit
e2ed87a783
@ -1,9 +1,8 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Network fabric for containers
|
Description=Network fabric for containers
|
||||||
Documentation=https://github.com/coreos/flannel
|
Documentation=https://github.com/coreos/flannel
|
||||||
Wants=etcd.service
|
|
||||||
Requires=early-docker.service
|
Requires=early-docker.service
|
||||||
After=etcd.service early-docker.service
|
After=etcd.service etcd2.service early-docker.service
|
||||||
Before=early-docker.target
|
Before=early-docker.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user