From 6ee8c5c3ad9af3c140eb36b886cacc429df74f75 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Thu, 12 Mar 2026 22:55:22 +0100 Subject: [PATCH] Update firstboot-setup.service --- files/usr/lib/systemd/user/firstboot-setup.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/usr/lib/systemd/user/firstboot-setup.service b/files/usr/lib/systemd/user/firstboot-setup.service index 74fb4c5..49c359b 100644 --- a/files/usr/lib/systemd/user/firstboot-setup.service +++ b/files/usr/lib/systemd/user/firstboot-setup.service @@ -3,7 +3,8 @@ Description=Run First Boot Setup Wizard ConditionPathExists=%h/.config/firstboot/run [Service] -ExecStart=/usr/libexec/firstboot-setup.sh +ExecStart=%h/.config/firstboot/firstboot-setup.sh + Type=oneshot [Install]