hydra-queue-runner: Enable core dumps

This commit is contained in:
Eelco Dolstra 2016-02-28 14:09:04 +01:00
parent 610a8d67ae
commit ad035b5227

View file

@ -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";
};
};