From: Konrad Rzeszutek Wilk Date: Wed, 25 Jan 2012 03:12:52 +0000 (-0500) Subject: network: Put netserver in background when starting with test=net[|static] X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=dd35684a110d697d9fbeea4dabe2c6163a846c46;p=xentesttools%2Fbootstrap.git network: Put netserver in background when starting with test=net[|static] Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/root_image/etc/init.d/rcS b/root_image/etc/init.d/rcS index c5e03a2..6ec95ea 100755 --- a/root_image/etc/init.d/rcS +++ b/root_image/etc/init.d/rcS @@ -119,11 +119,11 @@ if [ $? == 0 ]; then NOFB="yes" ;; net) - netserver + netserver & iperf -s -D -w 256000 ;; netstatic) - netserver + netserver & ;; benchmark) if [ -e /test ]; then