Files
orangepi-5-plus-kernel/external/packages/bsp/rockchip/tinker-bluetooth.service
2026-02-07 20:22:48 +08:00

12 lines
230 B
Desktop File
Executable File

[Unit]
Description=Realtek H5 bluetooth support
Before=bluetooth.service
[Service]
ExecStartPre=/usr/sbin/rfkill unblock all
ExecStart=/bin/bash /usr/local/bin/start_bt.sh
Restart=on-failure
[Install]
WantedBy=multi-user.target