~ubuntu-branches/ubuntu/trusty/systemd/trusty

« back to all changes in this revision

Viewing changes to man/systemd-ask-password-console.service.8

Tags: upstream-202
ImportĀ upstreamĀ versionĀ 202

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
'\" t
2
 
.\"     Title: systemd-ask-password-console.service
3
 
.\"    Author: Lennart Poettering <lennart@poettering.net>
4
 
.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5
 
.\"      Date: 03/07/2013
6
 
.\"    Manual: systemd-ask-password-console.service
7
 
.\"    Source: systemd
8
 
.\"  Language: English
9
 
.\"
10
 
.TH "SYSTEMD\-ASK\-PASSWO" "8" "" "systemd" "systemd-ask-password-console.s"
11
 
.\" -----------------------------------------------------------------
12
 
.\" * Define some portability stuff
13
 
.\" -----------------------------------------------------------------
14
 
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15
 
.\" http://bugs.debian.org/507673
16
 
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17
 
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18
 
.ie \n(.g .ds Aq \(aq
19
 
.el       .ds Aq '
20
 
.\" -----------------------------------------------------------------
21
 
.\" * set default formatting
22
 
.\" -----------------------------------------------------------------
23
 
.\" disable hyphenation
24
 
.nh
25
 
.\" disable justification (adjust text to left margin only)
26
 
.ad l
27
 
.\" -----------------------------------------------------------------
28
 
.\" * MAIN CONTENT STARTS HERE *
29
 
.\" -----------------------------------------------------------------
30
 
.SH "NAME"
31
 
systemd-ask-password-console.service, systemd-ask-password-console.path, systemd-ask-password-wall.service, systemd-ask-password-wall.path \- Query the user for system passwords on the console and via wall
32
 
.SH "SYNOPSIS"
33
 
.PP
34
 
systemd\-ask\-password\-console\&.service
35
 
.PP
36
 
systemd\-ask\-password\-console\&.path
37
 
.PP
38
 
systemd\-ask\-password\-wall\&.service
39
 
.PP
40
 
systemd\-ask\-password\-wall\&.path
41
 
.SH "DESCRIPTION"
42
 
.PP
43
 
systemd\-ask\-password\-console\&.service
44
 
is a system service that queries the user for system passwords (such as hard disk encryption keys and SSL certificate passphrases) on the console\&. It is intended to be used during boot to ensure proper handling of passwords necessary for boot\&.
45
 
systemd\-ask\-password\-wall\&.service
46
 
is a system service that informs all logged in users for system passwords via
47
 
\fBwall\fR(1)\&. It is intended to be used after boot to ensure that users are properly notified\&.
48
 
.PP
49
 
See the
50
 
\m[blue]\fBdeveloper documentation\fR\m[]\&\s-2\u[1]\d\s+2
51
 
for more information about the system password logic\&.
52
 
.PP
53
 
Note that these services invoke
54
 
\fBsystemd-tty-ask-password-agent\fR(1)
55
 
with either the
56
 
\fB\-\-watch \-\-console\fR
57
 
or
58
 
\fB\-\-watch \-\-wall\fR
59
 
command line parameters\&.
60
 
.SH "SEE ALSO"
61
 
.PP
62
 
 
63
 
\fBsystemd\fR(1),
64
 
\fBsystemd-tty-ask-password-agent\fR(1),
65
 
\fBwall\fR(1)
66
 
.SH "NOTES"
67
 
.IP " 1." 4
68
 
developer documentation
69
 
.RS 4
70
 
\%http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents
71
 
.RE