Files
Raspberry-Pi-Bluetooth/raspi-bluetooth/lib/systemd/system/bthelper@.service
T
Cantibra 4e11fd421b
Raspberry Pi Bluetooth / Raspberry Pi Bluetooth (arm64, cicd.any, bookworm, main) (push) Successful in 11s
Initialize Git Repository: 'Raspberry-Pi-Bluetooth'
2026-05-04 21:21:58 +02: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