20 lines
617 B
INI
20 lines
617 B
INI
[Unit]
|
|
Description=Show Plymouth Boot Screen
|
|
DefaultDependencies=no
|
|
Wants=systemd-ask-password-plymouth.path
|
|
After=systemd-udev-trigger.service systemd-udevd.service keyboard-setup.service
|
|
Before=systemd-ask-password-plymouth.service
|
|
ConditionKernelCommandLine=!plymouth.enable=0
|
|
ConditionKernelCommandLine=!nosplash
|
|
ConditionKernelCommandLine=splash
|
|
ConditionVirtualization=!container
|
|
IgnoreOnIsolate=true
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/plymouthd --mode=boot --pid-file=/run/plymouth/pid --attach-to-session
|
|
ExecStartPost=-/usr/bin/plymouth show-splash
|
|
Type=forking
|
|
RemainAfterExit=yes
|
|
KillMode=mixed
|
|
SendSIGKILL=no
|