17c3622 Restart services with a delay in case they are restarted too often

1 file Authored by Ondrej Kos 11 years ago, Committed by jhrozek 11 years ago,
    Restart services with a delay in case they are restarted too often
    
    In case a service is restarted while the DP is not ready yet, it gets
    restarted again immediatelly, which means the DP might still not be
    ready. The allowed number of restarts is then depleted quickly.
    
    This patch changes the restart mechanism such that the first restart
    happens immediatelly, the second is scheduled after 2 second, then 4
    etc..
    
    https://fedorahosted.org/sssd/ticket/1528
    
        
file modified
+59 -14