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>
This commit is contained in:
Valentin Rothberg 2020-07-20 10:56:13 +02:00
parent 2e6946c777
commit 2b6dd3fb43
1 changed files with 0 additions and 1 deletions

View File

@ -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