[ALL] Small fix for the splash screen start-up

This commit is contained in:
j1nx 2023-11-30 18:23:32 +00:00
parent 55719d2ecd
commit 446aecb4da
2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -1 +1 @@
SUBSYSTEM=="graphics", KERNEL=="fb[0-9]*", TAG+="systemd"
SUBSYSTEM=="graphics", KERNEL=="fb[0-9]*", ENV{SYSTEMD_WANTS}+="ovos-splash-start.service", TAG+="systemd"