increase start limit burst

This commit is contained in:
Noa Aarts 2025-03-15 17:16:49 +01:00
parent cc9fbd53fd
commit c167781c46
Signed by: noa
GPG key ID: 1850932741EFF672
3 changed files with 27 additions and 10 deletions

View file

@ -207,9 +207,13 @@ in
"/bin/sh"
];
Restart = "on-failure";
RestartSec = 1;
RestartSec = 10;
TimeoutStopSec = 10;
};
unitConfig = {
StartLimitInterval = 400;
StartLimitBurst = 30;
};
};
};