mirror of https://github.com/containers/podman.git
Merge pull request #15301 from chenxiaolong/restart_never
podman-kube@.service.in: Remove Restart=never option with typo
This commit is contained in:
commit
7f6f18f24d
|
@ -7,7 +7,6 @@ RequiresMountsFor=%t/containers
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment=PODMAN_SYSTEMD_UNIT=%n
|
Environment=PODMAN_SYSTEMD_UNIT=%n
|
||||||
Restart=never
|
|
||||||
TimeoutStopSec=70
|
TimeoutStopSec=70
|
||||||
ExecStart=@@PODMAN@@ play kube --replace --service-container=true %I
|
ExecStart=@@PODMAN@@ play kube --replace --service-container=true %I
|
||||||
ExecStop=@@PODMAN@@ play kube --down %I
|
ExecStop=@@PODMAN@@ play kube --down %I
|
||||||
|
|
Loading…
Reference in New Issue