diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-07-20 10:56:13 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-07-20 11:40:46 +0200 |
commit | 2b6dd3fb4384eca6d8270f67688ce5fc9f967dd4 (patch) | |
tree | a6999f7097f5447c78861083c77c3e0a726a7187 /contrib/systemd/system/podman.service | |
parent | 2e6946c77717509f3e3d47a2d2ef9411505029e9 (diff) | |
download | podman-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/systemd/system/podman.service')
-rw-r--r-- | contrib/systemd/system/podman.service | 1 |
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 |