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