mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
291 B
Desktop File
13 lines
291 B
Desktop File
[Unit]
|
|
Description=Broadcom 43xx bluetooth HCI
|
|
Requires=brcm43xx-firmware.service
|
|
After=brcm43xx-firmware.service
|
|
Before=bluetooth.service
|
|
ConditionPathExists=/dev/brcm43xx
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/hciattach -n /dev/brcm43xx any 3000000
|
|
|
|
[Install]
|
|
WantedBy=bluetooth.target
|