mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
* The network-interfaces' task should wait until
udevtrigger' has
finished, because it loads the kernel modules for the network devices. svn path=/nixos/trunk/; revision=22492
This commit is contained in:
parent
0af9e8386f
commit
d0342b4cf5
@ -148,7 +148,7 @@ in
|
||||
jobs.networkInterfaces =
|
||||
{ name = "network-interfaces";
|
||||
|
||||
startOn = "started udev";
|
||||
startOn = "stopped udevtrigger";
|
||||
|
||||
preStart =
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user