]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/systemd-ask-password-console.service.xml
2d5575ae43c493e688a6c80b72148097304be104
[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 This file is part of systemd.
8
9 Copyright 2012 Lennart Poettering
10 -->
11 <refentry id="systemd-ask-password-console.service">
12
13 <refentryinfo>
14 <title>systemd-ask-password-console.service</title>
15 <productname>systemd</productname>
16
17 <authorgroup>
18 <author>
19 <contrib>Developer</contrib>
20 <firstname>Lennart</firstname>
21 <surname>Poettering</surname>
22 <email>lennart@poettering.net</email>
23 </author>
24 </authorgroup>
25 </refentryinfo>
26
27 <refmeta>
28 <refentrytitle>systemd-ask-password-console.service</refentrytitle>
29 <manvolnum>8</manvolnum>
30 </refmeta>
31
32 <refnamediv>
33 <refname>systemd-ask-password-console.service</refname>
34 <refname>systemd-ask-password-console.path</refname>
35 <refname>systemd-ask-password-wall.service</refname>
36 <refname>systemd-ask-password-wall.path</refname>
37 <refpurpose>Query the user for system passwords on the
38 console and via wall</refpurpose>
39 </refnamediv>
40
41 <refsynopsisdiv>
42 <para><filename>systemd-ask-password-console.service</filename></para>
43 <para><filename>systemd-ask-password-console.path</filename></para>
44 <para><filename>systemd-ask-password-wall.service</filename></para>
45 <para><filename>systemd-ask-password-wall.path</filename></para>
46 </refsynopsisdiv>
47
48 <refsect1>
49 <title>Description</title>
50
51 <para><filename>systemd-ask-password-console.service</filename> is
52 a system service that queries the user for system passwords (such
53 as hard disk encryption keys and SSL certificate passphrases) on
54 the console. It is intended to be used during boot to ensure
55 proper handling of passwords necessary for boot.
56 <filename>systemd-ask-password-wall.service</filename> is a system
57 service that informs all logged in users for system passwords via
58 <citerefentry project='man-pages'><refentrytitle>wall</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
59 It is intended to be used after boot to ensure that users are
60 properly notified.</para>
61
62 <para>See the <ulink
63 url="https://www.freedesktop.org/wiki/Software/systemd/PasswordAgents">
64 developer documentation</ulink> for more information about the
65 system password logic.</para>
66
67 <para>Note that these services invoke
68 <citerefentry><refentrytitle>systemd-tty-ask-password-agent</refentrytitle><manvolnum>1</manvolnum></citerefentry>
69 with either the <command>--watch --console</command> or
70 <command>--watch --wall</command> command line parameters.</para>
71 </refsect1>
72
73 <refsect1>
74 <title>See Also</title>
75 <para>
76 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
77 <citerefentry><refentrytitle>systemd-tty-ask-password-agent</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
78 <citerefentry project='man-pages'><refentrytitle>wall</refentrytitle><manvolnum>1</manvolnum></citerefentry>
79 </para>
80 </refsect1>
81
82 </refentry>