aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/rc.d/mountlate
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rc/rc.d/mountlate')
-rwxr-xr-xlibexec/rc/rc.d/mountlate4
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/mountlate b/libexec/rc/rc.d/mountlate
index 133192ac183c..87ea9edccb74 100755
--- a/libexec/rc/rc.d/mountlate
+++ b/libexec/rc/rc.d/mountlate
@@ -44,4 +44,8 @@ mountlate_start()
}
load_rc_config $name
+
+# mounting shall not be performed in a svcj
+mountlate_svcj="NO"
+
run_rc_command "$1"