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

use sd-notify to signal readyness #35

Merged
merged 2 commits into from
Oct 18, 2022
Merged

Commits on Oct 18, 2022

  1. use sd-notify to signal readyness

    Provide a way to signal nsncd has successfully started up, and is ready
    to accept connections.
    
    A more reliable way would be to only signal this once at least one
    worker has started up, but this is good enough (tm) for now.
    
    This can be used in a systemd.service file with Type=notify.
    flokli authored and geofft committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    af89837 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fa26c5 View commit details
    Browse the repository at this point in the history