e6424d1 Enable automatic restart on crashes

Authored and Committed by pemensik 2 years ago
    Enable automatic restart on crashes
    
    named contains high number of assertions checking expected state of the
    daemon. That is part of defensive code style to prevent many attacks.
    The most common failure is failing some assertion check in rare
    circumstances. Even when this should not happen, try keeping the service
    running. If such failed assertion produces coredump just from time to
    time, avoid failing hard the whole service. coredumpctl will keep track
    of all crashes anyway.
    
        
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0