* 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:
parent
56d817b0b0
commit
0755e228bf
@ -16,7 +16,6 @@ let
|
|||||||
#! ${pkgs.stdenv.shell}
|
#! ${pkgs.stdenv.shell}
|
||||||
if test "$2" = up; then
|
if test "$2" = up; then
|
||||||
initctl stop dhclient
|
initctl stop dhclient
|
||||||
sleep 1
|
|
||||||
initctl start dhclient
|
initctl start dhclient
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user