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 6cac7e9795.
This commit is contained in:
Shea Levy 2013-11-06 11:45:29 -05:00
parent 6cac7e9795
commit 066b982222

View file

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