mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
nixos/dhcpd: Wait until network interfaces are configured to start
This commit is contained in:
parent
b3ddcfabd9
commit
d0c0c2f9ba
@ -120,6 +120,8 @@ in
|
||||
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
||||
after = [ "network.target" ];
|
||||
|
||||
path = [ pkgs.dhcp ];
|
||||
|
||||
preStart =
|
||||
|
Loading…
Reference in New Issue
Block a user