enable bluetooth.service to fix FS#32427 with dbus

This commit is contained in:
tengel 2024-03-20 11:32:48 -05:00
parent e392499724
commit 57e751bd24

View file

@ -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