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