aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/rc.d/local
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rc/rc.d/local')
-rwxr-xr-xlibexec/rc/rc.d/local4
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/local b/libexec/rc/rc.d/local
index 6ac99c4b7e3c..c3f5e037563e 100755
--- a/libexec/rc/rc.d/local
+++ b/libexec/rc/rc.d/local
@@ -33,4 +33,8 @@ local_stop()
}
load_rc_config $name
+
+# doesn't make sense to run in a svcj: it may contain everything
+local_svcj="NO"
+
run_rc_command "$1"