Menu

[r10367]: / legacy / etc / rc.d / nfsuserd  Maximize  Restore  History

Download this file

20 lines (14 with data), 300 Bytes

#!/bin/sh
#
# $FreeBSD: stable/9/etc/rc.d/nfsuserd 193354 2009-06-02 22:15:47Z rmacklem $
#

# PROVIDE: nfsuserd
# REQUIRE: NETWORKING
# KEYWORD: nojail shutdown

. /etc/rc.subr

name="nfsuserd"
rcvar=`set_rcvar`
command="/usr/sbin/${name}"
sig_stop="USR1"

load_rc_config $name

run_rc_command "$1"
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.