summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-07-20 10:56:13 +0200
committerValentin Rothberg <rothberg@redhat.com>2020-07-20 11:40:46 +0200
commit2b6dd3fb4384eca6d8270f67688ce5fc9f967dd4 (patch)
treea6999f7097f5447c78861083c77c3e0a726a7187 /contrib
parent2e6946c77717509f3e3d47a2d2ef9411505029e9 (diff)
downloadpodman-2b6dd3fb4384eca6d8270f67688ce5fc9f967dd4.tar.gz
podman-2b6dd3fb4384eca6d8270f67688ce5fc9f967dd4.tar.bz2
podman-2b6dd3fb4384eca6d8270f67688ce5fc9f967dd4.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')
-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