diff --git a/hydra-module.nix b/hydra-module.nix index 1e491ba0..059769fa 100644 --- a/hydra-module.nix +++ b/hydra-module.nix @@ -295,6 +295,10 @@ in ExecStopPost = "${cfg.package}/bin/hydra-queue-runner --unlock"; User = "hydra-queue-runner"; Restart = "always"; + + # Ensure we can get core dumps. + LimitCORE = "infinity"; + WorkingDirectory = "${baseDir}/queue-runner"; }; };