summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2011-07-04 14:47:54 -0400
committerScott Ullrich <sullrich@gmail.com>2011-07-04 14:48:05 -0400
commitc3ebb669464b0d4223af37bbda4d486606c5e869 (patch)
treeb9ed2dd3b58dd9936f30d55c9935ff758836e473 /etc/rc.initial
parentd9489532794da8d73e6d6e9e65431ac4b78789a6 (diff)
downloadpfsense-c3ebb669464b0d4223af37bbda4d486606c5e869.zip
pfsense-c3ebb669464b0d4223af37bbda4d486606c5e869.tar.gz
Launch running script as well
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index ac34e83..9f2de7a 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..."
OpenPOWER on IntegriCloud