View | Details | Raw Unified | Return to bug 218818
Collapse All | Expand All

(-)/etc/rc.d/automountd 2017-04-22 18:05:07.530750000 -0400 (-1 / +4 lines)
Lines 13-20 Link Here
13
desc="daemon handling autofs mount requests"
13
desc="daemon handling autofs mount requests"
14
rcvar="autofs_enable"
14
rcvar="autofs_enable"
15
pidfile="/var/run/${name}.pid"
15
pidfile="/var/run/${name}.pid"
16
command="/usr/sbin/${name}"
17
required_modules="autofs"
16
required_modules="autofs"
18
load_rc_config $name
17
load_rc_config $name
18
19
command="/usr/sbin/${name}"
20
command_args="${automountd_flags}"
21
19
run_rc_command "$1"
22
run_rc_command "$1"

Return to bug 218818