From 3a3df98619e08e23c9cb75e18dfb3d12c9e8bfe6 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Fri, 19 Jul 2013 13:52:18 -0400 Subject: [PATCH] rcS: Fix iperf hogging the console. We forgot to put in the background. Signed-off-by: Konrad Rzeszutek Wilk --- root_image/etc/init.d/rcS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 & -- 2.39.5