summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gunnerson <chillermillerlong@hotmail.com>2022-08-12 16:42:10 -0400
committerMatthew Heon <mheon@redhat.com>2022-09-06 13:49:36 -0400
commite5748015e6a47f999d27be7de9aae1936efe62b4 (patch)
tree3e9ba8c39a83300b866d97fad9fa8184d89c3807
parentbadbe62081b48d065245f92d5360164ecddf0aa9 (diff)
downloadpodman-e5748015e6a47f999d27be7de9aae1936efe62b4.tar.gz
podman-e5748015e6a47f999d27be7de9aae1936efe62b4.tar.bz2
podman-e5748015e6a47f999d27be7de9aae1936efe62b4.zip
podman-kube@.service.in: Remove Restart=never option with typo
systemd expects the value of the option to be `no` instead, but this is already the default behavior. This fixes the following warning when running `systemctl status` on the unit: Failed to parse service restart specifier, ignoring: never Signed-off-by: Andrew Gunnerson <chillermillerlong@hotmail.com>
-rw-r--r--contrib/systemd/system/podman-kube@.service.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/systemd/system/podman-kube@.service.in b/contrib/systemd/system/podman-kube@.service.in
index 824f71eb0..dac5da7cd 100644
--- a/contrib/systemd/system/podman-kube@.service.in
+++ b/contrib/systemd/system/podman-kube@.service.in
@@ -7,7 +7,6 @@ RequiresMountsFor=%t/containers
[Service]
Environment=PODMAN_SYSTEMD_UNIT=%n
-Restart=never
TimeoutStopSec=70
ExecStart=@@PODMAN@@ play kube --replace --service-container=true %I
ExecStop=@@PODMAN@@ play kube --down %I