gh runner cleanup
This commit is contained in:
@@ -32,9 +32,6 @@ mkIf builderCfg.githubRunner.enable {
|
|||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
# Give the service more time to stop cleanly
|
# Give the service more time to stop cleanly
|
||||||
TimeoutStopSec = 60;
|
TimeoutStopSec = 60;
|
||||||
# Ensure all processes are killed on stop
|
|
||||||
KillMode = "mixed";
|
|
||||||
KillSignal = "SIGTERM";
|
|
||||||
# Restart on failure, but not immediately
|
# Restart on failure, but not immediately
|
||||||
RestartSec = 10;
|
RestartSec = 10;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user