systemd-ask-password-plymouth.path 525 B

12345678910111213141516
  1. [Unit]
  2. Description=Forward Password Requests to Plymouth Directory Watch
  3. Documentation=http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents
  4. DefaultDependencies=no
  5. Conflicts=shutdown.target
  6. After=plymouth-start.service
  7. Before=basic.target shutdown.target
  8. ConditionKernelCommandLine=!plymouth.enable=0
  9. ConditionKernelCommandLine=!nosplash
  10. ConditionKernelCommandLine=splash
  11. ConditionPathExists=/run/plymouth/pid
  12. ConditionVirtualization=!container
  13. [Path]
  14. DirectoryNotEmpty=/run/systemd/ask-password
  15. MakeDirectory=yes