]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/init/rc.d/automountd
UPDATING: Add note about efifb support and serial output
[FreeBSD/FreeBSD.git] / sbin / init / rc.d / automountd
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 # PROVIDE: automountd
7 # REQUIRE: rpcbind ypset nfsclient FILESYSTEMS ldconfig
8 # BEFORE: DAEMON
9 # KEYWORD: nojail
10
11 . /etc/rc.subr
12
13 name="automountd"
14 desc="daemon handling autofs mount requests"
15 rcvar="autofs_enable"
16 pidfile="/var/run/${name}.pid"
17 command="/usr/sbin/${name}"
18 required_modules="autofs"
19
20 load_rc_config $name
21 run_rc_command "$1"