8539a62 units: remove the restart limit on the modprobe@.service

1 file Authored by Alban Bedel 2 years ago, Committed by zbyszek 2 years ago,
    units: remove the restart limit on the modprobe@.service
    
    They are various cases where the same module might be repeatedly
    loaded in a short time frame, for example if a service depending on a
    module keep restarting, or if many instances of such service get
    started at the same time. If this happend the modprobe@.service
    instance will be marked as failed because it hit the restart limit.
    
    Overall it doesn't seems to make much sense to have a restart limit on
    the modprobe service so just disable it.
    
    Fixes: #23742
    (cherry picked from commit 9625350e5381a68c1179ae4581e7586c206663e1)
    
        
file modified
+1 -0