]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - etc/rc.d/autounmountd
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / etc / rc.d / autounmountd
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 # PROVIDE: autounmountd
7 # REQUIRE: nfsclient
8 # KEYWORD: nojail
9
10 . /etc/rc.subr
11
12 name="autounmountd"
13 rcvar="autofs_enable"
14 pidfile="/var/run/${name}.pid"
15 command="/usr/sbin/${name}"
16
17 load_rc_config $name
18 run_rc_command "$1"