blob: 2a576a31cfbbb3cf6b4884ad4cebe8e8df56b2dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Bluetooth service
[Service]
Type=dbus
BusName=org.bluez
ExecStart=@prefix@/sbin/bluetoothd -n
[Install]
WantedBy=bluetooth.target
Alias=dbus-org.bluez.service
|