From a5aa524ca77eef1bec2d4202189e6c4ad73efbb9 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Fri, 12 Aug 2022 16:42:10 -0400 Subject: [PATCH] [v4.2.0-rhel] 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 Addresses: https://issues.redhat.com/browse/OCPBUGS-14284 [NO NEW TESTS NEEDED] Signed-off-by: Andrew Gunnerson Signed-off-by: Tom Sweeney --- contrib/systemd/system/podman-kube@.service.in | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/systemd/system/podman-kube@.service.in b/contrib/systemd/system/podman-kube@.service.in index 824f71eb09..dac5da7cda 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