Files
Raspberry-Pi-Bluetooth/raspi-bluetooth/lib/systemd/system/bthelper@.service
Cantibra c372b643a2
All checks were successful
Raspberry Pi Bluetooth / Raspberry Pi Bluetooth (arm64, bookworm, main) (push) Successful in 11s
Initialize Git Repository: 'Raspberry-Pi-Bluetooth'
2026-03-19 14:16:15 +01:00

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