From d0342b4cf582dbcf255791b25042817246840585 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 6 Jul 2010 11:03:23 +0000 Subject: [PATCH] * 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 --- modules/tasks/network-interfaces.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tasks/network-interfaces.nix b/modules/tasks/network-interfaces.nix index 46d608dbb9bd..8c419810c573 100644 --- a/modules/tasks/network-interfaces.nix +++ b/modules/tasks/network-interfaces.nix @@ -148,7 +148,7 @@ in jobs.networkInterfaces = { name = "network-interfaces"; - startOn = "started udev"; + startOn = "stopped udevtrigger"; preStart = ''