summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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