From de2a9df9ed6ebaadd51e728ed50940014a18dd25 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sat, 14 Mar 2026 13:31:50 +0100 Subject: [PATCH] Change service type from 'exec' to 'simple' --- files/usr/lib/systemd/user/firstboot-setup.service | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/usr/lib/systemd/user/firstboot-setup.service b/files/usr/lib/systemd/user/firstboot-setup.service index 68eb3c9..12cc01d 100644 --- a/files/usr/lib/systemd/user/firstboot-setup.service +++ b/files/usr/lib/systemd/user/firstboot-setup.service @@ -5,8 +5,10 @@ Wants=xdg-desktop-autostart.target ConditionPathExists=%h/.config/firstboot/run [Service] -Type=exec +Type=simple ExecStart=%h/.config/firstboot/wait-and-run.sh +PassEnvironment=DISPLAY WAYLAND_DISPLAY XDG_SESSION_TYPE + [Install] WantedBy=xdg-desktop-autostart.target