12 lines
202 B
Desktop File
12 lines
202 B
Desktop File
[Unit]
|
|
Description=Run First Boot Setup Wizard
|
|
ConditionPathExists=%h/.config/firstboot/run
|
|
|
|
[Service]
|
|
ExecStart=%h/.config/firstboot/firstboot-setup.sh
|
|
|
|
Type=oneshot
|
|
|
|
[Install]
|
|
WantedBy=default.target
|