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