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

Configure Feed

Select the types of activity you want to include in your feed.

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

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