Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move rootless netns slirp4netns process to systemd user.slice #13159

Merged
merged 1 commit into from
Feb 8, 2022

Commits on Feb 7, 2022

  1. move rootless netns slirp4netns process to systemd user.slice

    When running podman inside systemd user units, it is possible that
    systemd kills the rootless netns slirp4netns process because it was
    started in the default unit cgroup. When the unit is stopped all
    processes in that cgroup are killed. Since the slirp4netns process is
    run once for all containers it should not be killed. To make sure
    systemd will not kill the process we move it to the user.slice.
    
    Fixes containers#13153
    
    Signed-off-by: Paul Holzinger <pholzing@redhat.com>
    Luap99 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    8d0fb0a View commit details
    Browse the repository at this point in the history