From fdcc5d3e367e4fa26f0674123e9c160075efd678 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 14 Jun 2024 16:38:14 +0200 Subject: [PATCH] only start polkit, avahi is not needed --- usr/lib/archboot/update/desktop.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/usr/lib/archboot/update/desktop.sh b/usr/lib/archboot/update/desktop.sh index 14fd8f553..0ea92bb4b 100644 --- a/usr/lib/archboot/update/desktop.sh +++ b/usr/lib/archboot/update/desktop.sh @@ -103,15 +103,13 @@ _prepare_graphic() { _progress "98" "Restart dbus..." systemd-sysusers >"${_LOG}" 2>&1 systemd-tmpfiles --create >"${_LOG}" 2>&1 - # fixing dbus requirements + # fixing dbus requirementsFava for i in dbus dbus-org.freedesktop.login1.service; do systemctl reload ${i} sleep 1 done - for i in avahi-daemon polkit; do - systemctl restart "${i}" - sleep 1 - done + systemctl restart polkit + sleep 1 } _custom_wayland_xorg() {