Revert "nixbld: hydra-www-outputs-init before nginx.service"

This reverts commit 74bfc361e1.
pull/16/head
Sebastien Bourdeauducq 2019-05-22 19:21:39 +08:00
parent 74bfc361e1
commit 8f051e300f
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [