forked from lix-project/hydra
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:
parent
6cac7e9795
commit
066b982222
|
@ -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" =
|
systemd.services."hydra-update-gc-roots" =
|
||||||
{ wants = [ "hydra-init.service" ];
|
{ wants = [ "hydra-init.service" ];
|
||||||
after = [ "hydra-init.service" ];
|
after = [ "hydra-init.service" ];
|
||||||
|
|
Loading…
Reference in a new issue