mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
* 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}
|
||||
if test "$2" = up; then
|
||||
initctl stop dhclient
|
||||
sleep 1
|
||||
initctl start dhclient
|
||||
fi
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user