summaryrefslogtreecommitdiffstats
path: root/main/bluez/bluetooth.initd
blob: d9d5d9c917017e9326fd7bf948f9bebd1069f308 (plain)
1
2
3
4
5
6
7
8
9
10
#!/sbin/runscript

name="Bluetooth"
command="/usr/sbin/bluetoothd"

depend() {
	after coldplug
	need dbus localmount
}