From f0d9ac9d4c6ac3defabf25218f52f0afc04d903c Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:36:12 +0100 Subject: [PATCH] Create firstboot-setup.service --- files/usr/lib/systemd/user/firstboot-setup.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 files/usr/lib/systemd/user/firstboot-setup.service diff --git a/files/usr/lib/systemd/user/firstboot-setup.service b/files/usr/lib/systemd/user/firstboot-setup.service new file mode 100644 index 0000000..2bd98bd --- /dev/null +++ b/files/usr/lib/systemd/user/firstboot-setup.service @@ -0,0 +1,10 @@ +[Unit] +Description=Run First Boot Setup Wizard +ConditionPathExists=/etc/myos/firstboot + +[Service] +ExecStart=/usr/libexec/firstboot-setup.sh +Type=oneshot + +[Install] +WantedBy=default.target