plymouth-start.service 567 B

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