~thopiekar/+junk/bluez-packaging

1
2
3
4
5
6
7
8
#!/bin/sh -e
# /usr is not guaranteed to be mounted when udev starts

(
	. /lib/udev/hotplug.functions
	wait_for_file /usr/sbin/bluetoothd
	exec /usr/sbin/bluetoothd "$@"
) &