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

the service creates nginx config include files.
pull/16/head
Astro 2019-05-22 01:54:10 +02:00
parent 8e3f1cc5a0
commit 74bfc361e1
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" ];
before = [ "hydra-queue-runner.service" "nginx.service" ];
serviceConfig = {
Type = "oneshot";
ExecStart = [