Create firstboot-setup.service

This commit is contained in:
humocs-man
2026-03-09 17:27:33 +01:00
committed by GitHub
parent 1269b8a177
commit 1b4455c6e3
@@ -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