rtk_hciattach: do not attempt to start systemd service if the

device node is not present as this is blocking bluetooth on
other devices
This commit is contained in:
adamg 2023-11-08 18:29:06 +00:00
parent 14f05cf360
commit 311e884c1c

View file

@ -2,6 +2,7 @@
Description=Attach /dev/ttyS1 to BlueZ stack Description=Attach /dev/ttyS1 to BlueZ stack
Before=bluetooth-agent.service Before=bluetooth-agent.service
PartOf=bluetooth.service PartOf=bluetooth.service
ConditionPathExists=/dev/ttyS1
[Service] [Service]
Type=simple Type=simple