From 57e751bd24c44b739757592bf10502292e491a77 Mon Sep 17 00:00:00 2001 From: tengel Date: Wed, 20 Mar 2024 11:32:48 -0500 Subject: [PATCH] enable bluetooth.service to fix FS#32427 with dbus --- archmate.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/archmate.sh b/archmate.sh index 7633460..62e627c 100644 --- a/archmate.sh +++ b/archmate.sh @@ -439,6 +439,7 @@ if [[ ! -f /root/.archmate/stage-7.done ]]; then logact systemctl enable sshd.service logact systemctl enable org.cups.cupsd.service logact systemctl enable chrony.service + logact systemctl enable bluetooth.service logact systemctl disable dhcpcd.service touch /root/.archmate/stage-7.done