summaryrefslogtreecommitdiff
path: root/sbin/devd/bluetooth.conf
blob: 29bd51e36fcaf04e25184a0ead78e72a864c960c (plain)
1
2
3
4
5
6
7
8
9
# When a USB Bluetooth dongle appears, activate it
attach 100 {
	device-name "ubt[0-9]+";
	action "service bluetooth quietstart $device-name";
};
detach 100 {
	device-name "ubt[0-9]+";
	action "service bluetooth quietstop $device-name";
};