You've already forked Raspberry-Pi-Bluetooth
All checks were successful
Raspberry Pi Bluetooth / Raspberry Pi Bluetooth (arm64, bookworm, main) (push) Successful in 11s
12 lines
222 B
Desktop File
12 lines
222 B
Desktop File
[Unit]
|
|
Description=Raspberry Pi family bluetooth helper
|
|
After=hciuart.service
|
|
Before=bluetooth.service
|
|
Requires=hciuart.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/bthelper %I
|
|
ProtectSystem=full
|
|
RemainAfterExit=yes
|