dhcpcd: Don't use --background so that fetch-ec2-data can be ordered after it
This commit is contained in:
@@ -13,6 +13,7 @@ with pkgs.lib;
|
||||
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
before = [ "sshd.service" ];
|
||||
after = [ "dhcpcd.service" ];
|
||||
|
||||
path = [ pkgs.curl pkgs.iproute ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user