[ALL] Small fix for the splash screen start-up
This commit is contained in:
parent
55719d2ecd
commit
446aecb4da
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue