Files
fluffy-pancake/files/usr/lib/systemd/user/firstboot-setup.service
T

16 lines
340 B
Desktop File
Raw Normal View History

2026-03-12 20:36:12 +01:00
[Unit]
Description=Run First Boot Setup Wizard
After=xdg-desktop-autostart.target
Wants=xdg-desktop-autostart.target
ConditionPathExists=%h/.config/firstboot/run
2026-03-12 20:36:12 +01:00
[Service]
2026-03-14 13:31:50 +01:00
Type=simple
2026-03-14 12:23:22 +01:00
ExecStart=%h/.config/firstboot/wait-and-run.sh
2026-03-14 13:31:50 +01:00
PassEnvironment=DISPLAY WAYLAND_DISPLAY XDG_SESSION_TYPE
2026-03-12 20:36:12 +01:00
[Install]
WantedBy=xdg-desktop-autostart.target