* Since "initctl stop" is now synchronous, the sleep is no longer

needed.

svn path=/nixos/branches/upstart-0.6/; revision=18359
This commit is contained in:
Eelco Dolstra 2009-11-15 20:40:07 +00:00
parent 56d817b0b0
commit 0755e228bf

View File

@ -16,7 +16,6 @@ let
#! ${pkgs.stdenv.shell}
if test "$2" = up; then
initctl stop dhclient
sleep 1
initctl start dhclient
fi
'';