mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-11 09:20:44 +01:00
11 lines
245 B
Desktop File
11 lines
245 B
Desktop File
[Unit]
|
|
Description=Remove HCI kernel driver if WiFi/Bluetooth module is not present
|
|
ConditionPathExists=!/sys/bus/sdio/devices/mmc1:0001:1
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/sbin/modprobe -r hci_uart
|
|
|
|
[Install]
|
|
WantedBy=ovos-hardware.target
|