summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 708f3b8..9aff70c 100755
--- a/etc/rc
+++ b/etc/rc
@@ -195,7 +195,7 @@ if [ ! "$PLATFORM" = "cdrom" ]; then
for FILE in /usr/local/etc/rc.d/*.sh; do
echo -n " Starting ${FILE}..."
- sh $FILE start >>/tmp/bootup_messages 2>&1
+ sh $FILE start >>/tmp/bootup_messages 2>&1 &
echo "done."
done
fi
OpenPOWER on IntegriCloud