Changes to btspeaker service and disabled by default
This commit is contained in:
parent
59671b254e
commit
fca27377b5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue