summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/3
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/runit-scripts/runitscripts/3')
-rwxr-xr-xabs/core/runit-scripts/runitscripts/310
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/core/runit-scripts/runitscripts/3 b/abs/core/runit-scripts/runitscripts/3
index 50b3e92..d4b0a6a 100755
--- a/abs/core/runit-scripts/runitscripts/3
+++ b/abs/core/runit-scripts/runitscripts/3
@@ -9,4 +9,14 @@ then
kill -9 $pid 2>/dev/null
fi
export PREVLEVEL=3
+
+#user added stuff for level 3 of runit
+if [ -e /etc/runit/3.local ]
+then
+ #exec the file
+ stat_busy /etc/runit/3.local
+ /etc/runit/3.local
+ stat_done
+fi
+
/etc/rc.shutdown