From c1cfa613f70d994162377ad8393227835cfc56b5 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Sat, 25 Apr 2026 19:24:01 +0100 Subject: [PATCH] 7dtd-coop: switch to START_MODE=2, seed serverfiles from main install SteamCMD anonymous install fails with "Missing configuration" on a fresh coop dir. The main 7dtd works because its binaries were installed long ago and LinuxGSM skips the SteamCMD step. Same trick for coop: rsync the binaries over and start-only, no update path. Co-Authored-By: Claude Opus 4.7 --- services/game-servers.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/services/game-servers.nix b/services/game-servers.nix index 535263d..b175f25 100644 --- a/services/game-servers.nix +++ b/services/game-servers.nix @@ -63,7 +63,10 @@ "127.0.0.1:8091:8080/tcp" ]; environment = { - START_MODE = "1"; + # Start-only — serverfiles are seeded by rsync from the main + # 7dtd install (SteamCMD anonymous install fails for new installs + # on this image; sharing the existing binaries sidesteps it). + START_MODE = "2"; VERSION = "stable"; TimeZone = "Europe/Stockholm"; TEST_ALERT = "NO";