mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
[ALL] Small fix for the splash screen start-up
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Starts OVOS splash boot screen
|
Description=Starts OVOS splash boot screen
|
||||||
Requires=dev-dri-card0.device
|
|
||||||
After=dev-dri-card0.device
|
|
||||||
Requires=dev-fb0.device
|
Requires=dev-fb0.device
|
||||||
After=dev-fb0.device
|
After=dev-fb0.device
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
|
@@ -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"
|
||||||
|
Reference in New Issue
Block a user