Files
orangepi-build/external/packages/bsp/sunxi/aw859a-bluetooth.service
2021-11-11 15:16:48 +08:00

15 lines
278 B
Desktop File

[Unit]
Description=Bluetooth AW859A
After=bluetooth.target
[Service]
Type=forking
ExecStartPre=/usr/sbin/rfkill unblock all
ExecStart=/usr/bin/hciattach_opi -s 1500000 /dev/ttyBT0 sprd
TimeoutSec=0
RemainAfterExit=yes
SysVStartPriority=99
[Install]
WantedBy=multi-user.target