2026-03-12 20:36:12 +01:00
|
|
|
[Unit]
|
|
|
|
|
Description=Run First Boot Setup Wizard
|
2026-03-14 09:48:12 +01:00
|
|
|
After=xdg-desktop-autostart.target
|
|
|
|
|
Wants=xdg-desktop-autostart.target
|
2026-03-14 08:14:54 +01:00
|
|
|
ConditionPathExists=%h/.config/firstboot/run
|
2026-03-12 20:36:12 +01:00
|
|
|
|
|
|
|
|
[Service]
|
2026-03-14 08:14:54 +01:00
|
|
|
Type=exec
|
2026-03-14 12:23:22 +01:00
|
|
|
ExecStart=%h/.config/firstboot/wait-and-run.sh
|
2026-03-12 20:36:12 +01:00
|
|
|
|
|
|
|
|
[Install]
|
2026-03-14 09:48:12 +01:00
|
|
|
WantedBy=xdg-desktop-autostart.target
|
|
|
|
|
|