Create firstboot.service

This commit is contained in:
humocs-man
2026-03-09 10:17:59 +01:00
committed by GitHub
parent 9b194799b3
commit 3f5b15e6f8
@@ -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