From 3f5b15e6f8add3a0901a959b2f77c171e86c0d0f Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Mon, 9 Mar 2026 10:17:59 +0100 Subject: [PATCH] Create firstboot.service --- files/usr/lib/systemd/user/firstboot.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 files/usr/lib/systemd/user/firstboot.service diff --git a/files/usr/lib/systemd/user/firstboot.service b/files/usr/lib/systemd/user/firstboot.service new file mode 100644 index 0000000..2bd98bd --- /dev/null +++ b/files/usr/lib/systemd/user/firstboot.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