safeeyes: restart only on failure
This commit is contained in:
parent
def5645ba1
commit
46c270c5a6
@ -39,8 +39,10 @@ in
|
|||||||
ExecStart = ''
|
ExecStart = ''
|
||||||
${pkgs.safeeyes}/bin/safeeyes
|
${pkgs.safeeyes}/bin/safeeyes
|
||||||
'';
|
'';
|
||||||
|
Restart = "on-failure";
|
||||||
RestartSec = 3;
|
RestartSec = 3;
|
||||||
Restart = "always";
|
StartLimitInterval = 350;
|
||||||
|
StartLimitBurst = 10;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user