Merge branch 'kmsconvt' into 'main'

systemd-units: Run after kmsconvt@tty1

See merge request plymouth/plymouth!384
This commit is contained in:
Jocelyn Falempe 2026-04-25 09:11:10 +02:00
commit a2e9776a9a
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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