]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-ask-password-console.service
Merge pull request #32993 from poettering/cryptenroll-no-pcr
[thirdparty/systemd.git] / units / systemd-ask-password-console.service
CommitLineData
db9ecf05 1# SPDX-License-Identifier: LGPL-2.1-or-later
a7df2d1e 2#
8cf3a8a9
LP
3# This file is part of systemd.
4#
5# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
6# under the terms of the GNU Lesser General Public License as published by
7# the Free Software Foundation; either version 2.1 of the License, or
8cf3a8a9
LP
8# (at your option) any later version.
9
10[Unit]
11Description=Dispatch Password Requests to Console
7df46b2a 12Documentation=man:systemd-ask-password-console.service(8)
9810e419
ZJS
13
14ConditionPathExists=!/run/plymouth/pid
15
8cf3a8a9 16DefaultDependencies=no
da61d6b2 17After=plymouth-start.service systemd-vconsole-setup.service
9810e419 18Conflicts=emergency.service
3449814b 19Before=emergency.service
7c0e2b55
ZJS
20Conflicts=shutdown.target initrd-switch-root.target
21Before=shutdown.target initrd-switch-root.target
8cf3a8a9
LP
22
23[Service]
cdc6804b 24ExecStart=systemd-tty-ask-password-agent --watch --console
7f396e5f 25SystemCallArchitectures=native