From: Konrad Rzeszutek Wilk Date: Fri, 19 Jul 2013 17:52:18 +0000 (-0400) Subject: rcS: Fix iperf hogging the console. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3a3df98619e08e23c9cb75e18dfb3d12c9e8bfe6;p=xentesttools%2Fbootstrap.git rcS: Fix iperf hogging the console. We forgot to put in the background. Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/root_image/etc/init.d/rcS b/root_image/etc/init.d/rcS index 4c5a2a8..463a833 100755 --- a/root_image/etc/init.d/rcS +++ b/root_image/etc/init.d/rcS @@ -147,7 +147,7 @@ if [ $? == 0 ]; then ;; net) netserver & - iperf -s -D -w 256000 + iperf -s -D -w 256000 & ;; netstatic) netserver &