e7dd2a5 Check for existing pidfile before starting the providers

Authored and Committed by jhrozek 11 years ago
    Check for existing pidfile before starting the providers
    
    After we switched to writing pidfile after the responders started, we
    forgot that starting a second SSSD instance would first overwrite the
    pipes and sockets and only then the SSSD would find out there already is
    a pidfile.
    
    This patch checks for existing pidfile before proceeding with startup.
    
        
file modified
+15 -17