Prevent race condition

This commit is contained in:
David Heinemeier Hansson
2026-01-19 14:16:21 -04:00
parent 08fead671e
commit 3678b27170
2 changed files with 15 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
[Service]
# Delay startup to avoid race condition with display manager initialization
# when booting in Integrated mode. Without this delay, the system can freeze
# on boot because supergfxd tries to disable the dGPU while the display
# subsystem is still initializing.
ExecStartPre=/bin/sleep 5