Revert "nixbld: hydra-www-outputs-init before nginx.service"
This reverts commit 74bfc361e1
.
This commit is contained in:
parent
74bfc361e1
commit
8f051e300f
|
@ -57,7 +57,7 @@ in
|
|||
description = "Set up a hydra-owned directory for build outputs";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
requiredBy = [ "hydra-queue-runner.service" ];
|
||||
before = [ "hydra-queue-runner.service" "nginx.service" ];
|
||||
before = [ "hydra-queue-runner.service" ];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
ExecStart = [
|
||||
|
|
Loading…
Reference in New Issue