Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/autounmountd
| Show All 10 Lines | |||||
| name="autounmountd" | name="autounmountd" | ||||
| desc="daemon unmounting automounted filesystems" | desc="daemon unmounting automounted filesystems" | ||||
| rcvar="autofs_enable" | rcvar="autofs_enable" | ||||
| pidfile="/var/run/${name}.pid" | pidfile="/var/run/${name}.pid" | ||||
| command="/usr/sbin/${name}" | command="/usr/sbin/${name}" | ||||
| load_rc_config $name | load_rc_config $name | ||||
| # doesn't make sense to run in a svcj: nojail keyword | |||||
| autounmountd_svcj="NO" | |||||
| run_rc_command "$1" | run_rc_command "$1" | ||||