2026-03-12 20:36:12 +01:00
|
|
|
[Unit]
|
|
|
|
|
Description=Run First Boot Setup Wizard
|
2026-03-13 11:48:51 +01:00
|
|
|
After=graphical-session.target
|
|
|
|
|
Wants=graphical-session.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 07:12:00 +01:00
|
|
|
ExecStart=%h/.config/firstboot/firstboot-setup.sh
|
2026-03-12 20:36:12 +01:00
|
|
|
|
|
|
|
|
[Install]
|
2026-03-14 08:14:54 +01:00
|
|
|
WantedBy=graphical-session.target
|