distribution/packages/kernel/linux-firmware/rockchip-firmware/system.d/hciattach-realtek.service
2022-02-05 09:23:32 -05:00

12 lines
357 B
Desktop File

[Unit]
Description=Attach /dev/ttyS0 to BlueZ stack
Wants=bluetooth.service
Before=bluetooth.service
After=dev-ttyS0.device
[Service]
Type=simple
ExecStartPre=/usr/lib/libreelec/hciattach-realtek-config
ExecStartPre=/usr/sbin/rfkill unblock bluetooth
ExecStart=/usr/bin/rtk_hciattach -n -s 115200 ttyS0 rtk_h5
ExecStopPost=/usr/sbin/rfkill block bluetooth