aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bluez5/bluetooth.initd
blob: 8196556680dd65198f58e187563afb9f0ec348dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/sbin/runscript

name="Bluetooth"
command="/usr/lib/bluetooth/bluetoothd"
pidfile="/var/run/bluetoothd.pid"
start_stop_daemon_args="--background --make-pidfile"


depend() {
	after coldplug
	need dbus localmount
}