]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/rc.d/automountd
Update compiler-rt to 3.9.0 release, and update the build glue for
[FreeBSD/FreeBSD.git] / etc / rc.d / automountd
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 # PROVIDE: automountd
7 # REQUIRE: DAEMON
8 # KEYWORD: nojail
9
10 . /etc/rc.subr
11
12 name="automountd"
13 desc="daemon handling autofs mount requests"
14 rcvar="autofs_enable"
15 pidfile="/var/run/${name}.pid"
16 command="/usr/sbin/${name}"
17 required_modules="autofs"
18
19 load_rc_config $name
20 run_rc_command "$1"