| Current Path : /hdd/hdd21/main/lib/udev/ |
| Current File : //hdd/hdd21/main/lib/udev/bluetooth.sh |
#!/bin/sh # Check whether /etc/rc.d/rc.bluetooth is executable before starting # the bluetooth subsystem for hotplugged bluetooth devices [ -x /etc/rc.d/rc.bluetooth ] && exec /usr/sbin/bluetoothd --udev exit 0