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

Add support for Systemd service type 'notify' #155

Merged
merged 1 commit into from
Mar 2, 2021

Commits on Mar 1, 2021

  1. Add support for Systemd service type 'notify'

    By calling sd_notify() the smcroute daemon (smcrouted) can tell the systemd
    service manager when it is fully up and running. This allows systemd to manage
    services synchronously (i.e. use service type 'notify') so that dependent tasks
    can rely on smcrouted being fully up and running.
    
    This patch is already in use in Debian package smcroute/2.4.4-2.
    
    Related Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924361
    bombadil committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    dedef6d View commit details
    Browse the repository at this point in the history