11 lines
147 B
SYSTEMD
11 lines
147 B
SYSTEMD
|
[Unit]
|
||
|
Description=Bluetooth Manager
|
||
|
|
||
|
[Service]
|
||
|
Type=dbus
|
||
|
BusName=org.bluez
|
||
|
ExecStart=/usr/sbin/bluetoothd -n
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=bluetooth.target
|