Rename firstboot.service to firstboot-setup.service

This commit is contained in:
humocs-man
2026-03-09 10:27:51 +01:00
committed by GitHub
parent 173be013f6
commit f4ff7118e7
@@ -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