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

20 lines
458 B
Desktop File
Raw Normal View History

2026-03-12 20:36:12 +01:00
[Unit]
Description=First Boot Wizard
ConditionPathExists=%h/.config/firstboot/run
After=graphical-session.target
Wants=graphical-session.target
2026-03-12 20:36:12 +01:00
[Service]
2026-03-14 13:31:50 +01:00
Type=simple
# Kleiner Puffer für VMs, auf echter Hardware praktisch irrelevant
ExecStartPre=/usr/bin/sleep 2
# Verhindert MESA/ZINK-Fehler in VMs, auf echter Hardware unkritisch
Environment=LIBGL_ALWAYS_SOFTWARE=1
ExecStart=%h/.config/firstboot/firstboot-setup.sh
2026-03-12 20:36:12 +01:00
[Install]
WantedBy=default.target