Skip to content

Commit da8c4e9

Browse files
authored
Update 30_bluetooth.sh
1 parent 0a2610a commit da8c4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts.d/30_bluetooth.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ sed -i -e 's#libexec/bluetooth/bluetoothd#sbin/bluetoothd#' mnt/img_root/lib/sys
1818
cat mnt/img_root/lib/systemd/system/bluetooth.service
1919

2020
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
21+
echo -e "[Service]\nExecStart=\nExecStart=/usr/sbin/bluetoothd --noplugin=input --compat" > mnt/img_root/etc/systemd/system/bluetooth.service.d/override.conf
2222
cat mnt/img_root/etc/systemd/system/bluetooth.service.d/override.conf

0 commit comments

Comments
 (0)