mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +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" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
|
||||||
|
after = [ "network.target" ];
|
||||||
|
|
||||||
path = [ pkgs.dhcp ];
|
path = [ pkgs.dhcp ];
|
||||||
|
|
||||||
preStart =
|
preStart =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue