plymouth-start.service 568 B

12345678910111213141516171819
  1. [Unit]
  2. Description=Show Plymouth Boot Screen
  3. DefaultDependencies=no
  4. Wants=systemd-ask-password-plymouth.path systemd-vconsole-setup.service
  5. After=systemd-vconsole-setup.service systemd-udev-trigger.service systemd-udevd.service
  6. Before=systemd-ask-password-plymouth.service
  7. ConditionKernelCommandLine=!plymouth.enable=0
  8. [Service]
  9. ExecStart=/usr/bin/plymouthd --mode=boot --pid-file=/run/plymouth/pid --attach-to-session
  10. ExecStartPost=-/usr/bin/plymouth show-splash
  11. Type=forking
  12. RuntimeDirectory=plymouth
  13. KillMode=none
  14. SendSIGKILL=no
  15. [Install]
  16. WantedBy=sysinit.target