ab81e17 Ticket 47944 - Implement sd_notify for systemd

Authored and Committed by William Brown 8 years ago
    Ticket 47944 - Implement sd_notify for systemd
    
    Bug Description:  Systemd assumes processes are ready as soon as the PID file
    is ready.
    
    Fix Description:  By calling sd_notify, we are able to tell systemd when we are
    actually ready to process requests (or as close to it as possible), and when
    we are shutting down.
    
    https://fedorahosted.org/389/ticket/47977
    
    Author: wibrown
    
    Review by: mreynolds (Thanks!)
    
        
file modified
+12 -0
file modified
+21 -0
file modified
+2 -1