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