summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2011-07-02 22:40:29 -0400
committerScott Ullrich <sullrich@gmail.com>2011-07-02 22:40:29 -0400
commit9c98ee85df45ccca8495a92286769e7e2f2c75a3 (patch)
treec39506d197f00ff16d5d753132d43d9e232a44d4 /etc/rc.initial
parentdca5e2b8e54a21739e6073c1895a8b681e4019cf (diff)
downloadpfsense-9c98ee85df45ccca8495a92286769e7e2f2c75a3.zip
pfsense-9c98ee85df45ccca8495a92286769e7e2f2c75a3.tar.gz
If rc.local exists launch it
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index 3d600f1..097080c 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -24,6 +24,11 @@ if [ -f "/tmp/donotbootup" ]; then
exit
fi
+if [ -f /etc/rc.local ]; then
+ echo ">>> Launching rc.local"
+ sh /etc/rc.local
+fi
+
CONFIG="/cf/conf/config.xml"
WORD="https"
OpenPOWER on IntegriCloud