mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
14 lines
273 B
Desktop File
14 lines
273 B
Desktop File
[Unit]
|
|
Description=QCA Bluetooth Firmware Service
|
|
ConditionPathExists=/dev/ttyAML1
|
|
|
|
[Service]
|
|
Type=simple
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/bin/hciattach -n -s 115200 /dev/ttyAML1 qca 2000000
|
|
Restart=always
|
|
RestartSec=2
|
|
StartLimitInterval=0
|
|
LimitNPROC=1
|
|
TimeoutStopSec=1s
|