From c3ebb669464b0d4223af37bbda4d486606c5e869 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 4 Jul 2011 14:47:54 -0400 Subject: [PATCH] Launch running script as well --- etc/rc.initial | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/rc.initial b/etc/rc.initial index ac34e83d42..9f2de7aef4 100755 --- a/etc/rc.initial +++ b/etc/rc.initial @@ -28,6 +28,8 @@ if [ -f /etc/rc.local ]; then if [ "$RCLOCALPWD" = "" ]; then echo ">>> Launching rc.local in background..." sh /etc/rc.local & + sleep 1 + sh /etc/rc.local.running & else if [ -f /etc/rc.local.running ]; then echo ">>> Launching rc.local.running in background..."