[ALL] Only start the ovos-splash after the DRI and FB devices are initialized

This commit is contained in:
j1nx 2023-11-08 15:03:56 +00:00
parent 8e3d26d5db
commit ed2b6dbb21
3 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,9 @@
[Unit]
Description=Starts OVOS splash boot screen
Wants=dev-dri-card0.device
Requires=dev-dri-card0.device
After=dev-dri-card0.device
Requires=dev-fb0.device
After=dev-fb0.device
DefaultDependencies=no
RequiresMountsFor=/run

View File

@ -6,6 +6,7 @@ enable NetworkManager.service
enable getty@tty1.service
enable ovos-splash-start.service
enable ovos-splash-systemd.service
enable ovos-splash-quit.service
enable smb.service
enable nmb.service
enable mglru.service

View File

@ -0,0 +1 @@
SUBSYSTEM=="graphics", KERNEL=="fb[0-9]*", TAG+="systemd"