mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-24 07:51:03 +02:00
Merge pull request #1751 from danderson/master
Add an [Install] section to flanneld's systemd unit.
This commit is contained in:
commit
5f98a5296b
@ -37,3 +37,6 @@ ExecStart=/usr/libexec/sdnotify-proxy /run/flannel/sd.sock \
|
|||||||
ExecStartPost=/usr/bin/docker run --net=host --rm --volume=/run:/run \
|
ExecStartPost=/usr/bin/docker run --net=host --rm --volume=/run:/run \
|
||||||
${FLANNEL_IMG}:${FLANNEL_VER} \
|
${FLANNEL_IMG}:${FLANNEL_VER} \
|
||||||
/opt/bin/mk-docker-opts.sh -d /run/flannel_docker_opts.env -i
|
/opt/bin/mk-docker-opts.sh -d /run/flannel_docker_opts.env -i
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user