tibluetooth: Start only after bluetooth0 symlink is ready
The service must wait until udev has setup the symlink, since it is using it. BugzID: 69855
This commit is contained in:
parent
70bdcc3110
commit
b034539375
|
|
@ -2,6 +2,8 @@
|
|||
Description=Attach ti bluetooth
|
||||
Before=bluetooth.target
|
||||
Requires=bluetooth.target
|
||||
Requires=dev-bluetooth0.device
|
||||
After=dev-bluetooth0.device
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
|
|
|
|||
Loading…
Reference in New Issue