increase start limit burst
This commit is contained in:
parent
cc9fbd53fd
commit
c167781c46
3 changed files with 27 additions and 10 deletions
|
|
@ -207,9 +207,13 @@ in
|
|||
"/bin/sh"
|
||||
];
|
||||
Restart = "on-failure";
|
||||
RestartSec = 1;
|
||||
RestartSec = 10;
|
||||
TimeoutStopSec = 10;
|
||||
};
|
||||
unitConfig = {
|
||||
StartLimitInterval = 400;
|
||||
StartLimitBurst = 30;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue