Skip to content

Commit

Permalink
podman.service: use default killmode
Browse files Browse the repository at this point in the history
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: containers#7021
Signed-off-by: Valentin Rothberg <[email protected]>
  • Loading branch information
vrothberg committed Jul 20, 2020
1 parent 2e6946c commit 2b6dd3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/systemd/system/podman.service
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b6dd3f

Please sign in to comment.