mirror of
https://github.com/DrHo1y/orangepi-build.git
synced 2026-03-24 09:36:43 +07:00
12 lines
230 B
Desktop File
Executable File
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
|