From e1a5495a48a30dbb4c753a38fbba8cddb9b96c09 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:56:09 +0100 Subject: [PATCH] Update firstboot-setup.service --- 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 2bd98bd..74fb4c5 100644 --- a/files/usr/lib/systemd/user/firstboot-setup.service +++ b/files/usr/lib/systemd/user/firstboot-setup.service @@ -1,6 +1,6 @@ [Unit] Description=Run First Boot Setup Wizard -ConditionPathExists=/etc/myos/firstboot +ConditionPathExists=%h/.config/firstboot/run [Service] ExecStart=/usr/libexec/firstboot-setup.sh