aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/rc.d/autounmountd
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rc/rc.d/autounmountd')
-rwxr-xr-xlibexec/rc/rc.d/autounmountd4
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/autounmountd b/libexec/rc/rc.d/autounmountd
index c939c6d8d011..1d8b3bfa354f 100755
--- a/libexec/rc/rc.d/autounmountd
+++ b/libexec/rc/rc.d/autounmountd
@@ -16,4 +16,8 @@ pidfile="/var/run/${name}.pid"
command="/usr/sbin/${name}"
load_rc_config $name
+
+# doesn't make sense to run in a svcj: nojail keyword
+autounmountd_svcj="NO"
+
run_rc_command "$1"