d3aa098 Ticket 49099 - resolve systemd startup interaction with ns

Authored and Committed by William Brown 6 years ago
    Ticket 49099 - resolve systemd startup interaction with ns
    
    Bug Description:  In systemd, it expects our process to stay in
    the foreground. Due to a mistake, I put config parsing after
    systemd parsing, which meant that we over-wrote the setting
    
    Fix Description:  Move systemd notify processing to after
    command line processing.
    
    https://pagure.io/389-ds-base/issue/49099
    
    Author: wibrown
    
    Review by: vashirov, mreynolds (Thanks!)
    
        
file modified
+11 -10