summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-08 18:25:37 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-08 18:25:37 +0000
commit995f499f42c95e6a534dadf203a8e6772a064ac1 (patch)
treecfdbe0839be846a01a157248e707799abd44cba1 /etc/rc
parentae8293ee350785fe483d4253b8866ffea171adef (diff)
downloadpfsense-995f499f42c95e6a534dadf203a8e6772a064ac1.zip
pfsense-995f499f42c95e6a534dadf203a8e6772a064ac1.tar.gz
Start packages in the background
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