From 9a3e204b5e60efd282df9da2c184086c7c08c769 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sat, 14 Mar 2026 12:23:22 +0100 Subject: [PATCH] Change ExecStart to wait-and-run.sh --- 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 c11ef30..68eb3c9 100644 --- a/files/usr/lib/systemd/user/firstboot-setup.service +++ b/files/usr/lib/systemd/user/firstboot-setup.service @@ -6,7 +6,7 @@ ConditionPathExists=%h/.config/firstboot/run [Service] Type=exec -ExecStart=%h/.config/firstboot/firstboot-setup.sh +ExecStart=%h/.config/firstboot/wait-and-run.sh [Install] WantedBy=xdg-desktop-autostart.target