]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/systemd-ask-password-console.service.xml
man: standarize on one-line license header
[thirdparty/systemd.git] / man / systemd-ask-password-console.service.xml
1 <?xml version="1.0"?>
2 <!--*-nxml-*-->
3 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4 <!-- SPDX-License-Identifier: LGPL-2.1+ -->
5 <refentry id="systemd-ask-password-console.service">
6
7 <refentryinfo>
8 <title>systemd-ask-password-console.service</title>
9 <productname>systemd</productname>
10 </refentryinfo>
11
12 <refmeta>
13 <refentrytitle>systemd-ask-password-console.service</refentrytitle>
14 <manvolnum>8</manvolnum>
15 </refmeta>
16
17 <refnamediv>
18 <refname>systemd-ask-password-console.service</refname>
19 <refname>systemd-ask-password-console.path</refname>
20 <refname>systemd-ask-password-wall.service</refname>
21 <refname>systemd-ask-password-wall.path</refname>
22 <refpurpose>Query the user for system passwords on the
23 console and via wall</refpurpose>
24 </refnamediv>
25
26 <refsynopsisdiv>
27 <para><filename>systemd-ask-password-console.service</filename></para>
28 <para><filename>systemd-ask-password-console.path</filename></para>
29 <para><filename>systemd-ask-password-wall.service</filename></para>
30 <para><filename>systemd-ask-password-wall.path</filename></para>
31 </refsynopsisdiv>
32
33 <refsect1>
34 <title>Description</title>
35
36 <para><filename>systemd-ask-password-console.service</filename> is
37 a system service that queries the user for system passwords (such
38 as hard disk encryption keys and SSL certificate passphrases) on
39 the console. It is intended to be used during boot to ensure
40 proper handling of passwords necessary for boot.
41 <filename>systemd-ask-password-wall.service</filename> is a system
42 service that informs all logged in users for system passwords via
43 <citerefentry project='man-pages'><refentrytitle>wall</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
44 It is intended to be used after boot to ensure that users are
45 properly notified.</para>
46
47 <para>See the <ulink
48 url="https://www.freedesktop.org/wiki/Software/systemd/PasswordAgents">
49 developer documentation</ulink> for more information about the
50 system password logic.</para>
51
52 <para>Note that these services invoke
53 <citerefentry><refentrytitle>systemd-tty-ask-password-agent</refentrytitle><manvolnum>1</manvolnum></citerefentry>
54 with either the <command>--watch --console</command> or
55 <command>--watch --wall</command> command line parameters.</para>
56 </refsect1>
57
58 <refsect1>
59 <title>See Also</title>
60 <para>
61 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
62 <citerefentry><refentrytitle>systemd-tty-ask-password-agent</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
63 <citerefentry project='man-pages'><refentrytitle>wall</refentrytitle><manvolnum>1</manvolnum></citerefentry>
64 </para>
65 </refsect1>
66
67 </refentry>