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:
parent
14f05cf360
commit
311e884c1c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue