Files
Raspberry-Pi-Bluetooth/raspi-bluetooth/lib/systemd/system/hciuart.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

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