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 792f710..ac34e83 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -28,6 +28,11 @@ if [ -f /etc/rc.local ]; then
if [ "$RCLOCALPWD" = "" ]; then
echo ">>> Launching rc.local in background..."
sh /etc/rc.local &
+ else
+ if [ -f /etc/rc.local.running ]; then
+ echo ">>> Launching rc.local.running in background..."
+ sh /etc/rc.local.running &
+ fi
fi
fi
OpenPOWER on IntegriCloud