safeeyes: restart only on failure
BjornMelgaard 7 years ago 46c270c5 def5645b
··· 39 39 ExecStart = '' 40 40 ${pkgs.safeeyes}/bin/safeeyes 41 41 ''; 42 42 + Restart = "on-failure"; 42 43 RestartSec = 3; 43 43 - Restart = "always"; 44 44 + StartLimitInterval = 350; 45 45 + StartLimitBurst = 10; 44 46 }; 45 47 }; 46 48