diff options
Diffstat (limited to 'libexec/rc/rc.d/nfscbd')
| -rwxr-xr-x | libexec/rc/rc.d/nfscbd | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/nfscbd b/libexec/rc/rc.d/nfscbd new file mode 100755 index 000000000000..450de46e0855 --- /dev/null +++ b/libexec/rc/rc.d/nfscbd @@ -0,0 +1,21 @@ +#!/bin/sh +# +# + +# PROVIDE: nfscbd +# REQUIRE: NETWORKING nfsuserd +# KEYWORD: nojail shutdown + +. /etc/rc.subr + +name="nfscbd" +desc="NFSv4 client side callback daemon" +rcvar="nfscbd_enable" +command="/usr/sbin/${name}" +sig_stop="USR1" + +: ${nfscbd_svcj_options:="net_basic"} + +load_rc_config $name + +run_rc_command "$1" |
