From 2e6946c77717509f3e3d47a2d2ef9411505029e9 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Mon, 20 Jul 2020 10:55:04 +0200 Subject: podman.service: remove stop timeout Remove the stop timeout from the unit. As unit does not specify any stop command, the timeout is effectively 0 and a NOOP. Signed-off-by: Valentin Rothberg --- contrib/systemd/system/podman.service | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/systemd/system/podman.service b/contrib/systemd/system/podman.service index eaa2ec437..d75b1ee71 100644 --- a/contrib/systemd/system/podman.service +++ b/contrib/systemd/system/podman.service @@ -9,7 +9,6 @@ StartLimitIntervalSec=0 Type=oneshot Environment=REGISTRIES_CONFIG_PATH=/etc/containers/registries.conf ExecStart=/usr/bin/podman system service -TimeoutStopSec=30 KillMode=process [Install] -- cgit v1.2.3-54-g00ecf