From 2b6dd3fb4384eca6d8270f67688ce5fc9f967dd4 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') 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