From 066b982222435dcae49d43dda226c9fb5889dd7c Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Wed, 6 Nov 2013 11:45:29 -0500 Subject: [PATCH] Revert "Add a unit template to run hydra-evaluator with arbitrary arguments" Can't get the escaping to work right to pass more than one argument This reverts commit 6cac7e97955050545cc8e222cc5a155323d6ba46. --- hydra-module.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/hydra-module.nix b/hydra-module.nix index ebaa0619..1b8d8663 100644 --- a/hydra-module.nix +++ b/hydra-module.nix @@ -244,16 +244,6 @@ in }; }; - systemd.services."hydra-evaluator@" = - { path = [ pkgs.nettools ]; - environment = env; - serviceConfig = - { ExecStart = "@${cfg.hydra}/bin/hydra-evaluator hydra-evaluator %I"; - User = "hydra"; - Type = "oneshot"; - }; - }; - systemd.services."hydra-update-gc-roots" = { wants = [ "hydra-init.service" ]; after = [ "hydra-init.service" ];