You've already forked Raspberry-Pi-Bluetooth
Initialize Git Repository: 'Raspberry-Pi-Bluetooth'
All checks were successful
Raspberry Pi Bluetooth / Raspberry Pi Bluetooth (arm64, bookworm, main) (push) Successful in 11s
All checks were successful
Raspberry Pi Bluetooth / Raspberry Pi Bluetooth (arm64, bookworm, main) (push) Successful in 11s
This commit is contained in:
11
raspi-bluetooth/lib/systemd/system/bthelper@.service
Normal file
11
raspi-bluetooth/lib/systemd/system/bthelper@.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user