From e84d65c5b0191582e26fe9cc150d460652b34b33 Mon Sep 17 00:00:00 2001 From: Antonio Alvarez Feijoo Date: Tue, 9 May 2023 14:25:22 +0200 Subject: [PATCH] fix(bluetooth): add missing files - org.bluez.service dbus system service - bluetooth.service override conf --- modules.d/62bluetooth/module-setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules.d/62bluetooth/module-setup.sh b/modules.d/62bluetooth/module-setup.sh index d7b3046f6..8be318364 100755 --- a/modules.d/62bluetooth/module-setup.sh +++ b/modules.d/62bluetooth/module-setup.sh @@ -58,6 +58,7 @@ install() { inst_multiple -o \ "$dbussystem"/bluetooth.conf \ + "$dbussystemservices"/org.bluez.service \ "${systemdsystemunitdir}/bluetooth.target" \ "${systemdsystemunitdir}/bluetooth.service" \ bluetoothctl @@ -72,6 +73,8 @@ install() { inst_multiple -o \ /etc/bluetooth/main.conf \ "$dbussystemconfdir"/bluetooth.conf \ + "$systemdsystemconfdir"/bluetooth.service \ + "$systemdsystemconfdir/bluetooth.service.d/*.conf" \ "${var_lib_files[@]#"$dracutsysrootdir"}" fi -- 2.47.2