aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/rc.d/nfsd
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rc/rc.d/nfsd')
-rwxr-xr-xlibexec/rc/rc.d/nfsd4
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/nfsd b/libexec/rc/rc.d/nfsd
index 86409f0e655f..364c2a3b6bd3 100755
--- a/libexec/rc/rc.d/nfsd
+++ b/libexec/rc/rc.d/nfsd
@@ -14,7 +14,11 @@ rcvar="nfs_server_enable"
command="/usr/sbin/${name}"
nfs_server_vhost=""
+: ${nfsd_svcj_options:="net_basic nfsd"}
+
load_rc_config $name
+# precmd is not compatible with svcj
+nfsd_svcj="NO"
start_precmd="nfsd_precmd"
sig_stop="USR1"