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

fix: add --wait to systemd-run to wait for completion

dunkirk.sh dc4d0d14 664c7598

verified
Changed files
+1
internal
runner
+1
internal/runner/runner.go
···
// Build systemd-run command with security properties
// Using service unit (not scope) to get access to network/filesystem isolation
systemdArgs := []string{
+
"--wait", // Wait for service to complete
"--unit=" + name, // Give it a descriptive name
"--quiet", // Suppress systemd output
"--collect", // Automatically clean up after exit