Create firstboot-setup.service

This commit is contained in:
humocs-man
2026-03-12 20:23:42 +01:00
committed by GitHub
parent 5c3746bc12
commit f8620d23ea
@@ -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