mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
nixos/dhcpd: Wait until network interfaces are configured to start
This commit is contained in:
parent
b3ddcfabd9
commit
d0c0c2f9ba
1 changed files with 2 additions and 0 deletions
|
@ -120,6 +120,8 @@ in
|
|||
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
||||
after = [ "network.target" ];
|
||||
|
||||
path = [ pkgs.dhcp ];
|
||||
|
||||
preStart =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue