Changes to btspeaker service and disabled by default
This commit is contained in:
parent
59671b254e
commit
fca27377b5
|
@ -1,13 +1,14 @@
|
|||
[Unit]
|
||||
Description=Bluetooth Auth Agent
|
||||
After=bluetooth.service
|
||||
PartOf=bluetooth.service
|
||||
Requires=bluetooth.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStartPre=/usr/bin/bt-adapter -s Powered on
|
||||
ExecStartPre=/usr/bin/bt-adapter -s Discoverable on
|
||||
ExecStart=/usr/bin/bt-agent -c NoInputNoOutput -p /etc/bluetooth/pin.conf
|
||||
TimeoutStopSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=bluetooth.target
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
@ -29,3 +29,4 @@ disable snapclient.service
|
|||
disable snapserver.service
|
||||
disable spotifyd.service
|
||||
disable nodered.service
|
||||
disable btspeaker.service
|
||||
|
|
Loading…
Reference in New Issue