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

No idle timer when not socket activated #57

Merged
merged 3 commits into from
Jun 5, 2022
Merged

No idle timer when not socket activated #57

merged 3 commits into from
Jun 5, 2022

Commits on Jun 5, 2022

  1. Fix socket activation notice msg in configure

    Signed-off-by: Simo Sorce <simo@redhat.com>
    simo5 committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    8605499 View commit details
    Browse the repository at this point in the history
  2. Fix CI by adding libsystemd-daemon-dev package

    Signed-off-by: Simo Sorce <simo@redhat.com>
    simo5 committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    aa69273 View commit details
    Browse the repository at this point in the history
  3. No idle timer when not socket activated

    The idle timer should definitely be disabled when socket activation is
    not being used. Ensure that the idle handler does not set up events
    when the daemon is not in userproxy mode, and further ensure that
    termination is disabled when a regular socket is initialized.
    
    Signed-off-by: Simo Sorce <simo@redhat.com>
    simo5 committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    1885e37 View commit details
    Browse the repository at this point in the history