forked from lix-project/hydra
Update the hydra-queue-runner unit
This commit is contained in:
parent
73a78c2073
commit
aabe514d07
|
@ -232,8 +232,8 @@ in
|
|||
path = [ pkgs.nettools ];
|
||||
environment = env;
|
||||
serviceConfig =
|
||||
{ ExecStartPre = "${cfg.package}/bin/hydra-queue-runner --unlock";
|
||||
ExecStart = "@${cfg.package}/bin/hydra-queue-runner hydra-queue-runner";
|
||||
{ ExecStart = "@${cfg.package}/bin/hydra-queue-runner hydra-queue-runner";
|
||||
ExecStopPost = "${cfg.package}/bin/hydra-queue-runner --unlock";
|
||||
User = "hydra";
|
||||
Restart = "always";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue