mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-06 07:58:10 +02:00
systemd-units: Run after kmsconvt@tty1
To avoid conflicts between kmscon and plymouth, add kmsconvt@tty1 in the After: list. Signed-off-by: Jocelyn Falempe <jfalempe@redhat.com>
This commit is contained in:
parent
082c606b43
commit
2d38149072
4 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=Show Plymouth Halt Screen
|
||||
After=getty@tty1.service display-manager.service plymouth-start.service
|
||||
After=getty@tty1.service kmsconvt@tty1.service display-manager.service plymouth-start.service
|
||||
Before=systemd-halt.service
|
||||
DefaultDependencies=no
|
||||
ConditionKernelCommandLine=!plymouth.enable=0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=Show Plymouth Reboot with kexec Screen
|
||||
After=getty@tty1.service display-manager.service plymouth-start.service
|
||||
After=getty@tty1.service kmsconvt@tty1.service display-manager.service plymouth-start.service
|
||||
Before=systemd-kexec.service
|
||||
DefaultDependencies=no
|
||||
ConditionKernelCommandLine=!plymouth.enable=0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=Show Plymouth Power Off Screen
|
||||
After=getty@tty1.service display-manager.service plymouth-start.service
|
||||
After=getty@tty1.service kmsconvt@tty1.service display-manager.service plymouth-start.service
|
||||
Before=systemd-poweroff.service
|
||||
DefaultDependencies=no
|
||||
ConditionKernelCommandLine=!plymouth.enable=0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=Show Plymouth Reboot Screen
|
||||
After=getty@tty1.service display-manager.service plymouth-start.service
|
||||
After=getty@tty1.service kmsconvt@tty1.service display-manager.service plymouth-start.service
|
||||
Before=systemd-reboot.service
|
||||
DefaultDependencies=no
|
||||
ConditionKernelCommandLine=!plymouth.enable=0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue