mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 06:21:08 +02:00
Merge pull request #1201 from eyakubovich/flannel-no-want-etcd
flannel: remove wants etcd and add requires etcd2
This commit is contained in:
commit
ec3a65f3d8
@ -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