aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/rc.d/root
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rc/rc.d/root')
-rwxr-xr-xlibexec/rc/rc.d/root4
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/root b/libexec/rc/rc.d/root
index e64ea7fe2dcd..e1dad6270e7d 100755
--- a/libexec/rc/rc.d/root
+++ b/libexec/rc/rc.d/root
@@ -39,4 +39,8 @@ root_start()
}
load_rc_config $name
+
+# doesn't make sense to run in a svcj: mounting / config setting
+root_svcj="NO"
+
run_rc_command "$1"