a geicko-2 based round robin ranking system designed to test c++ battleship submissions battleship.dunkirk.sh

fix: set working directory for systemd sandboxed processes

dunkirk.sh e4a5d240 072949ae

verified
+1
+1
internal/runner/runner.go
··· 38 38 "--quiet", // Suppress systemd output 39 39 "--collect", // Automatically clean up after exit 40 40 "--service-type=exec", // Run until process exits 41 + "--working-directory=/var/lib/battleship-arena", // Ensure proper working directory 41 42 "--property=MemoryMax=512M", // Max 512MB RAM 42 43 "--property=CPUQuota=200%", // Max 2 CPU cores worth 43 44 "--property=TasksMax=50", // Max 50 processes/threads