Skip to content

Commit d4ec097

Browse files
authored
Update 30_bluetooth.sh
1 parent ee7f10a commit d4ec097

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts.d/30_bluetooth.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ cat mnt/img_root/etc/bluetooth/main.conf
1717
sed -i -e 's#libexec/bluetooth/bluetoothd#sbin/bluetoothd#' mnt/img_root/lib/systemd/system/bluetooth.service
1818
cat mnt/img_root/lib/systemd/system/bluetooth.service
1919

20+
mkdir -p mnt/img_root/etc/systemd/system/bluetooth.service.d
2021
echo "[Service]\nExecStart=\nExecStart=/usr/sbin/bluetoothd --compat" > mnt/img_root/etc/systemd/system/bluetooth.service.d/override.conf
2122
cat mnt/img_root/etc/systemd/system/bluetooth.service.d/override.conf

0 commit comments

Comments
 (0)