systemd: hydra-queue-runner: wait for network.target too

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Rick van Schijndel 2023-03-07 21:56:20 +01:00 committed by GitHub
parent 65c1249227
commit a084e204ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -340,7 +340,7 @@ in
systemd.services.hydra-queue-runner =
{ wantedBy = [ "multi-user.target" ];
requires = [ "hydra-init.service" ];
after = [ "hydra-init.service" "network-online.target" ];
after = [ "hydra-init.service" "network.target" "network-online.target" ];
path = [ cfg.package pkgs.nettools pkgs.openssh pkgs.bzip2 config.nix.package ];
restartTriggers = [ hydraConf ];
environment = env // {