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-12 20:36:12 +01:00
|
|
|
|
|
|
|
|
[Service]
|
2026-03-13 11:48:51 +01:00
|
|
|
Type=simple
|
2026-03-14 07:12:00 +01:00
|
|
|
ExecStart=%h/.config/firstboot/firstboot-setup.sh
|
2026-03-13 11:48:51 +01:00
|
|
|
Environment=WAYLAND_DISPLAY=wayland-0
|
|
|
|
|
Environment=DISPLAY=:0
|
|
|
|
|
Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/%U/bus
|
2026-03-12 20:36:12 +01:00
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=default.target
|