From 0755e228bfee452957e4c89ef86e47ea1187ecd3 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 15 Nov 2009 20:40:07 +0000 Subject: [PATCH] * Since "initctl stop" is now synchronous, the sleep is no longer needed. svn path=/nixos/branches/upstart-0.6/; revision=18359 --- modules/services/networking/ifplugd.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/services/networking/ifplugd.nix b/modules/services/networking/ifplugd.nix index f1510b1aa4b..6ec71849ca3 100644 --- a/modules/services/networking/ifplugd.nix +++ b/modules/services/networking/ifplugd.nix @@ -16,7 +16,6 @@ let #! ${pkgs.stdenv.shell} if test "$2" = up; then initctl stop dhclient - sleep 1 initctl start dhclient fi '';