We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2610a commit da8c4e9Copy full SHA for da8c4e9
scripts.d/30_bluetooth.sh
@@ -18,5 +18,5 @@ sed -i -e 's#libexec/bluetooth/bluetoothd#sbin/bluetoothd#' mnt/img_root/lib/sys
18
cat mnt/img_root/lib/systemd/system/bluetooth.service
19
20
mkdir -p mnt/img_root/etc/systemd/system/bluetooth.service.d
21
-echo -e "[Service]\nExecStart=\nExecStart=/usr/sbin/bluetoothd --compat" > mnt/img_root/etc/systemd/system/bluetooth.service.d/override.conf
+echo -e "[Service]\nExecStart=\nExecStart=/usr/sbin/bluetoothd --noplugin=input --compat" > mnt/img_root/etc/systemd/system/bluetooth.service.d/override.conf
22
cat mnt/img_root/etc/systemd/system/bluetooth.service.d/override.conf
0 commit comments