mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-13 10:39:02 +08:00
17 lines
541 B
SYSTEMD
17 lines
541 B
SYSTEMD
|
[Unit]
|
||
|
Description=Show Plymouth Boot Screen
|
||
|
DefaultDependencies=no
|
||
|
Wants=systemd-ask-password-plymouth.path systemd-vconsole-setup.service
|
||
|
After=systemd-vconsole-setup.service systemd-udev-trigger.service systemd-udevd.service
|
||
|
Before=systemd-ask-password-plymouth.service
|
||
|
ConditionKernelCommandLine=!plymouth.enable=0
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/plymouthd --mode=boot --pid-file=/run/plymouth/pid --attach-to-session
|
||
|
ExecStartPost=-/usr/bin/plymouth show-splash
|
||
|
Type=forking
|
||
|
KillMode=none
|
||
|
SendSIGKILL=no
|
||
|
[Install]
|
||
|
WantedBy=sysinit.target
|