mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Changes to btspeaker service and disabled by default
This commit is contained in:
@@ -1,13 +1,14 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Bluetooth Auth Agent
|
Description=Bluetooth Auth Agent
|
||||||
After=bluetooth.service
|
After=bluetooth.service
|
||||||
PartOf=bluetooth.service
|
Requires=bluetooth.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStartPre=/usr/bin/bt-adapter -s Powered on
|
ExecStartPre=/usr/bin/bt-adapter -s Powered on
|
||||||
ExecStartPre=/usr/bin/bt-adapter -s Discoverable on
|
ExecStartPre=/usr/bin/bt-adapter -s Discoverable on
|
||||||
ExecStart=/usr/bin/bt-agent -c NoInputNoOutput -p /etc/bluetooth/pin.conf
|
ExecStart=/usr/bin/bt-agent -c NoInputNoOutput -p /etc/bluetooth/pin.conf
|
||||||
|
TimeoutStopSec=5
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=bluetooth.target
|
WantedBy=multi-user.target
|
||||||
|
@@ -29,3 +29,4 @@ disable snapclient.service
|
|||||||
disable snapserver.service
|
disable snapserver.service
|
||||||
disable spotifyd.service
|
disable spotifyd.service
|
||||||
disable nodered.service
|
disable nodered.service
|
||||||
|
disable btspeaker.service
|
||||||
|
Reference in New Issue
Block a user