mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-19 12:23:03 +01:00
13 lines
283 B
SYSTEMD
13 lines
283 B
SYSTEMD
|
[Unit]
|
||
|
Description=Broadcom BCM4343* bluetooth HCI
|
||
|
ConditionPathIsDirectory=/proc/device-tree/soc/gpio@7e200000/bt_pins
|
||
|
Before=bluetooth.service
|
||
|
Before=btspeaker.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=btattach -B /dev/ttyAMA0 -P bcm -S 921600
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|