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 ee7f10a commit d4ec097Copy full SHA for d4ec097
scripts.d/30_bluetooth.sh
@@ -17,5 +17,6 @@ cat mnt/img_root/etc/bluetooth/main.conf
17
sed -i -e 's#libexec/bluetooth/bluetoothd#sbin/bluetoothd#' mnt/img_root/lib/systemd/system/bluetooth.service
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 "[Service]\nExecStart=\nExecStart=/usr/sbin/bluetoothd --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