aboutsummaryrefslogtreecommitdiffstats
path: root/main/openrc/local.start
diff options
context:
space:
mode:
Diffstat (limited to 'main/openrc/local.start')
-rw-r--r--main/openrc/local.start4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/openrc/local.start b/main/openrc/local.start
new file mode 100644
index 0000000000..e0ce86071a
--- /dev/null
+++ b/main/openrc/local.start
@@ -0,0 +1,4 @@
+
+if [ -f /etc/rc.local ]; then
+ . /etc/rc.local
+fi