forked from lix-project/hydra
Update the hydra-queue-runner unit
This commit is contained in:
parent
73a78c2073
commit
aabe514d07
1 changed files with 2 additions and 2 deletions
|
@ -232,8 +232,8 @@ in
|
||||||
path = [ pkgs.nettools ];
|
path = [ pkgs.nettools ];
|
||||||
environment = env;
|
environment = env;
|
||||||
serviceConfig =
|
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";
|
User = "hydra";
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue