Files
fluffy-pancake/files/usr/lib/systemd/user/firstboot-setup.service
T
humocs-manandGitHub dc3229a2da Enhance firstboot-setup.service with dependencies
Added dependencies and environment variables for firstboot service.
2026-03-15 20:22:00 +01:00

20 lines
458 B
Desktop File

[Unit]
Description=First Boot Wizard
ConditionPathExists=%h/.config/firstboot/run
After=graphical-session.target
Wants=graphical-session.target
[Service]
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
[Install]
WantedBy=default.target