Files
Raspberry-Pi-Bluetooth/root/lib/systemd/system/hciuart.service
Cantibra a45dcce2be
All checks were successful
Raspberry Pi Bluetooth (Bookworm) / Raspberry Pi Bluetooth [arm64] (push) Successful in 11s
Initialize Git Repository: 'Raspberry-Pi-Bluetooth'
2026-01-26 06:10:30 +01:00

17 lines
350 B
Desktop File

[Unit]
Description=Configure Bluetooth Modems connected by UART
ConditionFileNotEmpty=/proc/device-tree/soc/gpio@7e200000/bt_pins/brcm,pins
StartLimitIntervalSec=300
StartLimitBurst=6
After=dev-serial1.device
[Service]
Type=forking
ExecStart=/usr/bin/btuart
ProtectSystem=full
Restart=on-failure
RestartSec=3s
[Install]
WantedBy=dev-serial1.device