11 lines
188 B
Desktop File
11 lines
188 B
Desktop File
[Unit]
|
|
Description=Run First Boot Setup Wizard
|
|
ConditionPathExists=/etc/myos/firstboot
|
|
|
|
[Service]
|
|
ExecStart=/usr/libexec/firstboot-setup.sh
|
|
Type=oneshot
|
|
|
|
[Install]
|
|
WantedBy=default.target
|