123456789101112131415161718 |
- [Unit]
- Description=Dispatch Password Requests to Console
- Documentation=man:systemd-ask-password-console.service(8)
- DefaultDependencies=no
- Conflicts=shutdown.target
- After=plymouth-start.service systemd-vconsole-setup.service
- Before=shutdown.target
- ConditionPathExists=!/run/plymouth/pid
- [Service]
- ExecStart=/bin/systemd-tty-ask-password-agent --watch --console
|