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

daemon: listeners: make systemd listener optional #42430

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

Commits on Aug 25, 2023

  1. daemon: listeners: make systemd listener optional

    On non systemd systems, the systemd-based activation is not needed at all,
    thus make it build-time optional. It won't be built in if the 'no_systemd'
    tag is set.
    
    changes v2: renamed 'nosystemd' tag to 'no_systemd'
    changes v3: fixed some obsolete imports
                use new style tags
    
    Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
    metux committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    dd37233 View commit details
    Browse the repository at this point in the history