From 1123738868b66ab2fd3d6ede556a62e8e168af4d Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Mon, 20 Jul 2020 10:56:13 +0200 Subject: podman.service: use default killmode Do not set the killmode to process as it only kills the main process and leaves other processes untouched. Just remove the line and use the default cgroup killmode which will kill all processes in the service's cgroup. Fixes: #7021 Signed-off-by: Valentin Rothberg --- contrib/systemd/system/podman.service | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib/systemd/system/podman.service') diff --git a/contrib/systemd/system/podman.service b/contrib/systemd/system/podman.service index d75b1ee71..d466f8841 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 -KillMode=process [Install] WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf