Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/hcsecd
| Show All 15 Lines | |||||
| pidfile="/var/run/${name}.pid" | pidfile="/var/run/${name}.pid" | ||||
| required_modules="ng_btsocket" | required_modules="ng_btsocket" | ||||
| load_rc_config $name | load_rc_config $name | ||||
| config="${hcsecd_config:-/etc/bluetooth/${name}.conf}" | config="${hcsecd_config:-/etc/bluetooth/${name}.conf}" | ||||
| command_args="-f ${config}" | command_args="-f ${config}" | ||||
| required_files="${config}" | required_files="${config}" | ||||
| # doesn't make sense to run in a svcj: nojail keyword | |||||
| hcsecd_svcj="NO" | |||||
| run_rc_command "$1" | run_rc_command "$1" | ||||