From 1a6df83b80636cad08a144b40e0631138ac39110 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sat, 14 Mar 2026 21:36:10 +0100 Subject: [PATCH] Change WantedBy target to graphical-session.target --- files/usr/lib/systemd/user/firstboot-setup.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/usr/lib/systemd/user/firstboot-setup.service b/files/usr/lib/systemd/user/firstboot-setup.service index e0c7deb..7c2d08c 100644 --- a/files/usr/lib/systemd/user/firstboot-setup.service +++ b/files/usr/lib/systemd/user/firstboot-setup.service @@ -10,5 +10,5 @@ Type=simple ExecStart=%h/.config/firstboot/firstboot-setup.sh [Install] -WantedBy=default.target +WantedBy=graphical-session.target