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

(v2) cmd: dockerd: make systemd specific cgroups tweaks build-time optional #42431

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 25, 2023

  1. cmd: dockerd: make systemd specific cgroups tweaks build-time optional

    When running under systemd, we have to do some tweaks for systemd's
    non standard cgroups setups. This isn't required if we'll never be running
    in such an environment (eg. there're many distros free of such Lennartisms).
    
    Therefore make it possible to opt out at build time by settings the
    'no_systemd' tag.
    
    changes v2: fixed danling import
                renamed 'nosystemd' tag to 'no_systemd'
                dropped old build tags
    
    Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
    metux committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    19f8fa7 View commit details
    Browse the repository at this point in the history