mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-03-01 18:17:43 +01:00
[ALL] Only start the ovos-splash after the DRI and FB devices are initialized
This commit is contained in:
parent
8e3d26d5db
commit
ed2b6dbb21
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -0,0 +1 @@
|
||||
SUBSYSTEM=="graphics", KERNEL=="fb[0-9]*", TAG+="systemd"
|
Loading…
x
Reference in New Issue
Block a user