repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nvme - Fail gracefully if chip cannot be enabled
[dragonfly.git]
/
etc
/
rc.d
/
automountd
blob
01a2e0bb8823454752bc6a532dd1ca4417c8a943
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
rcvar
=
"autofs_enable"
14
pidfile
=
"/var/run/
${name}
.pid"
15
command
=
"/usr/sbin/
${name}
"
16
required_modules
=
"autofs"
17
18
load_rc_config
$name
19
run_rc_command
"
$1
"