fix: anitcheat in project zomboid
runner nix smoke / nix label and flake smoke (push) Failing after 1m21s

This commit is contained in:
2026-09-13 12:58:01 +00:00
parent a04a58b792
commit 761120b211
2 changed files with 2 additions and 0 deletions
@@ -199,6 +199,7 @@ in {
ExecStart = startScript; ExecStart = startScript;
Restart = "on-failure"; Restart = "on-failure";
RestartSec = 5; RestartSec = 5;
TimeoutStartSec = "15min";
TimeoutStopSec = 30; TimeoutStopSec = 30;
UMask = "0077"; UMask = "0077";
}; };
+1
View File
@@ -101,6 +101,7 @@ in {
DoLuaChecksum = false; DoLuaChecksum = false;
Public = true; Public = true;
AntiCheatPermission = 3; AntiCheatPermission = 3;
AntiCheatSpeed = 3;
}; };
sandboxProperties = { sandboxProperties = {
StartMonth = 12; StartMonth = 12;