forked from lix-project/hydra
hydra-queue-runner: Enable core dumps
This commit is contained in:
parent
610a8d67ae
commit
ad035b5227
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue