Create firstboot-setup.service
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user