summaryrefslogtreecommitdiff
path: root/contrib/systemd
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-07-20 10:56:13 +0200
committerValentin Rothberg <rothberg@redhat.com>2020-07-21 09:03:36 +0200
commit1123738868b66ab2fd3d6ede556a62e8e168af4d (patch)
tree1962c082df8cd33973b21c96634219ab6ef43f87 /contrib/systemd
parent1624fbb9433782709e8e4eb28716d7935f1678ae (diff)
downloadpodman-1123738868b66ab2fd3d6ede556a62e8e168af4d.tar.gz
podman-1123738868b66ab2fd3d6ede556a62e8e168af4d.tar.bz2
podman-1123738868b66ab2fd3d6ede556a62e8e168af4d.zip
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 <rothberg@redhat.com>
Diffstat (limited to 'contrib/systemd')
-rw-r--r--contrib/systemd/system/podman.service1
1 files changed, 0 insertions, 1 deletions
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