mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 22:11:39 +02:00
flannel: add restart policy
This commit is contained in:
parent
15757a87a1
commit
85f9e45a33
@ -8,6 +8,8 @@ Before=early-docker.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=notify
|
Type=notify
|
||||||
|
Restart=always
|
||||||
|
RestartSec=5
|
||||||
Environment="TMPDIR=/var/tmp/"
|
Environment="TMPDIR=/var/tmp/"
|
||||||
Environment="DOCKER_HOST=unix:///var/run/early-docker.sock"
|
Environment="DOCKER_HOST=unix:///var/run/early-docker.sock"
|
||||||
Environment="FLANNEL_VER={{flannel_ver}}"
|
Environment="FLANNEL_VER={{flannel_ver}}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user