podman/contrib/systemd/system
Valentin Rothberg 0f4e2be073 podman.service: use sdnotiy
Commit 2b6dd3fb43 set the killmode of the podman.service to the
systemd default which ultimately lead to the problem that systemd
will kill *all* processes inside the unit's cgroup and hence kill
all containers whenever the service is stopped.

Fix it by setting the type to sdnotify and the killmode to process.
`podman system service` will send the necessary notify messages
when the NOTIFY_SOCKET is set and unset it right after to prevent
the backend and container runtimes from jumping in between and send
messages as well.

Fixes: #7294
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2020-08-13 17:53:59 +02:00
..
podman-docker.conf Add link from docker.sock to podman.sock 2020-01-27 09:52:25 -05:00
podman.service podman.service: use sdnotiy 2020-08-13 17:53:59 +02:00
podman.socket podman.service: set doc to podman-system-service 2020-07-20 11:42:02 +02:00