gh runner cleanup

This commit is contained in:
Hunter Halloran
2025-12-17 11:07:46 -05:00
parent 5e07500423
commit 2b560ab733

View File

@@ -32,9 +32,6 @@ mkIf builderCfg.githubRunner.enable {
serviceConfig = {
# Give the service more time to stop cleanly
TimeoutStopSec = 60;
# Ensure all processes are killed on stop
KillMode = "mixed";
KillSignal = "SIGTERM";
# Restart on failure, but not immediately
RestartSec = 10;
};