systemd-ask-password-plymouth.service 502 B

123456789101112131415
  1. [Unit]
  2. Description=Forward Password Requests to Plymouth
  3. Documentation=http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents
  4. DefaultDependencies=no
  5. Conflicts=shutdown.target
  6. After=plymouth-start.service
  7. Before=shutdown.target
  8. ConditionKernelCommandLine=!plymouth.enable=0
  9. ConditionKernelCommandLine=!nosplash
  10. ConditionKernelCommandLine=splash
  11. ConditionVirtualization=!container
  12. ConditionPathExists=/run/plymouth/pid
  13. [Service]
  14. ExecStart=/bin/systemd-tty-ask-password-agent --watch --plymouth