From 16933545061de240ee1f686a092f336c684dd2a6 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 26 Feb 2016 21:45:59 +0100 Subject: [PATCH] Remove unnecessary call to hydra-queue-runner --unlock --- hydra-module.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hydra-module.nix b/hydra-module.nix index 30082e0f..1e491ba0 100644 --- a/hydra-module.nix +++ b/hydra-module.nix @@ -291,8 +291,7 @@ in IN_SYSTEMD = "1"; # to get log severity levels }; serviceConfig = - { ExecStartPre = "${cfg.package}/bin/hydra-queue-runner --unlock"; - ExecStart = "@${cfg.package}/bin/hydra-queue-runner hydra-queue-runner -v"; + { ExecStart = "@${cfg.package}/bin/hydra-queue-runner hydra-queue-runner -v --option build-use-substitutes false"; ExecStopPost = "${cfg.package}/bin/hydra-queue-runner --unlock"; User = "hydra-queue-runner"; Restart = "always";