1
0
Fork 0

Prevent update-config to infinitely loop

This commit is contained in:
Malte Brandy 2021-05-01 10:27:53 +02:00
parent 3afc1262c6
commit c2d97998d4
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -108,7 +108,7 @@ in {
RestartSec = 1;
};
unitConfig = {
StartLimitIntervalSec = 180;
StartLimitIntervalSec = 360;
StartLimitBurst = 3;
};
script = let user = "maralorn";