]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/systemd-ask-password-console.service.xml
man: generate configured paths in manpages
[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 <!ENTITY % entities SYSTEM "custom-entities.ent" >
5 %entities;
6 ]>
7 <!--
8 This file is part of systemd.
9
10 Copyright 2012 Lennart Poettering
11
12 systemd is free software; you can redistribute it and/or modify it
13 under the terms of the GNU Lesser General Public License as published by
14 the Free Software Foundation; either version 2.1 of the License, or
15 (at your option) any later version.
16
17 systemd is distributed in the hope that it will be useful, but
18 WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 Lesser General Public License for more details.
21
22 You should have received a copy of the GNU Lesser General Public License
23 along with systemd; If not, see <http://www.gnu.org/licenses/>.
24 -->
25 <refentry id="systemd-ask-password-console.service">
26
27 <refentryinfo>
28 <title>systemd-ask-password-console.service</title>
29 <productname>systemd</productname>
30
31 <authorgroup>
32 <author>
33 <contrib>Developer</contrib>
34 <firstname>Lennart</firstname>
35 <surname>Poettering</surname>
36 <email>lennart@poettering.net</email>
37 </author>
38 </authorgroup>
39 </refentryinfo>
40
41 <refmeta>
42 <refentrytitle>systemd-ask-password-console.service</refentrytitle>
43 <manvolnum>8</manvolnum>
44 </refmeta>
45
46 <refnamediv>
47 <refname>systemd-ask-password-console.service</refname>
48 <refname>systemd-ask-password-console.path</refname>
49 <refname>systemd-ask-password-wall.service</refname>
50 <refname>systemd-ask-password-wall.path</refname>
51 <refpurpose>Query the user for system passwords on the
52 console and via wall</refpurpose>
53 </refnamediv>
54
55 <refsynopsisdiv>
56 <para><filename>systemd-ask-password-console.service</filename></para>
57 <para><filename>systemd-ask-password-console.path</filename></para>
58 <para><filename>systemd-ask-password-wall.service</filename></para>
59 <para><filename>systemd-ask-password-wall.path</filename></para>
60 </refsynopsisdiv>
61
62 <refsect1>
63 <title>Description</title>
64
65 <para><filename>systemd-ask-password-console.service</filename> is
66 a system service that queries the user for system passwords (such
67 as hard disk encryption keys and SSL certificate passphrases) on
68 the console. It is intended to be used during boot to ensure
69 proper handling of passwords necessary for boot.
70 <filename>systemd-ask-password-wall.service</filename> is a system
71 service that informs all logged in users for system passwords via
72 <citerefentry project='man-pages'><refentrytitle>wall</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
73 It is intended to be used after boot to ensure that users are
74 properly notified.</para>
75
76 <para>See the <ulink
77 url="http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents">
78 developer documentation</ulink> for more information about the
79 system password logic.</para>
80
81 <para>Note that these services invoke
82 <citerefentry><refentrytitle>systemd-tty-ask-password-agent</refentrytitle><manvolnum>1</manvolnum></citerefentry>
83 with either the <command>--watch --console</command> or
84 <command>--watch --wall</command> command line parameters.</para>
85 </refsect1>
86
87 <refsect1>
88 <title>See Also</title>
89 <para>
90 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
91 <citerefentry><refentrytitle>systemd-tty-ask-password-agent</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
92 <citerefentry project='man-pages'><refentrytitle>wall</refentrytitle><manvolnum>1</manvolnum></citerefentry>
93 </para>
94 </refsect1>
95
96 </refentry>