Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/bthidd
| Show First 20 Lines • Show All 44 Lines • ▼ Show 20 Lines | |||||
| config="${bthidd_config:-/etc/bluetooth/${name}.conf}" | config="${bthidd_config:-/etc/bluetooth/${name}.conf}" | ||||
| hids="${bthidd_hids:-/var/db/${name}.hids}" | hids="${bthidd_hids:-/var/db/${name}.hids}" | ||||
| command_args="-c ${config} -H ${hids} -p ${pidfile}" | command_args="-c ${config} -H ${hids} -p ${pidfile}" | ||||
| if evdev_enabled; then | if evdev_enabled; then | ||||
| command_args="$command_args -u" | command_args="$command_args -u" | ||||
| fi | fi | ||||
| required_files="${config}" | required_files="${config}" | ||||
| # doesn't make sense to run in a svcj: nojail keyword | |||||
| bthidd_svcj="NO" | |||||
| run_rc_command "$1" | run_rc_command "$1" | ||||