Fix service startup for ci-runner

This commit is contained in:
Benjamin Bädorf 2022-08-25 15:25:34 +02:00
parent a643701e49
commit 8fc8ac2d58
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -23,10 +23,11 @@ in
path = [
pkgs.git
pkgs.nix
pkgs.libvirt
];
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
after = [ "network.target" "libvirtd.service" ];
script = ''${pkgs.drone-runner-exec}/bin/drone-runner-exec daemon /run/agenix/drone-runner-exec-config'';
};