]> git.proxmox.com Git - systemd.git/blame - man/systemd-ask-password-console.service.8
Imported Upstream version 219
[systemd.git] / man / systemd-ask-password-console.service.8
CommitLineData
14228c0d 1'\" t
e735f4d4 2.TH "SYSTEMD\-ASK\-PASSWORD\-CONSOLE\&.SERVICE" "8" "" "systemd 219" "systemd-ask-password-console.service"
14228c0d
MB
3.\" -----------------------------------------------------------------
4.\" * Define some portability stuff
5.\" -----------------------------------------------------------------
6.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7.\" http://bugs.debian.org/507673
8.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
9.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10.ie \n(.g .ds Aq \(aq
11.el .ds Aq '
12.\" -----------------------------------------------------------------
13.\" * set default formatting
14.\" -----------------------------------------------------------------
15.\" disable hyphenation
16.nh
17.\" disable justification (adjust text to left margin only)
18.ad l
19.\" -----------------------------------------------------------------
20.\" * MAIN CONTENT STARTS HERE *
21.\" -----------------------------------------------------------------
22.SH "NAME"
23systemd-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
24.SH "SYNOPSIS"
25.PP
26systemd\-ask\-password\-console\&.service
27.PP
28systemd\-ask\-password\-console\&.path
29.PP
30systemd\-ask\-password\-wall\&.service
31.PP
32systemd\-ask\-password\-wall\&.path
33.SH "DESCRIPTION"
34.PP
35systemd\-ask\-password\-console\&.service
36is 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\&.
37systemd\-ask\-password\-wall\&.service
38is a system service that informs all logged in users for system passwords via
39\fBwall\fR(1)\&. It is intended to be used after boot to ensure that users are properly notified\&.
40.PP
41See the
42\m[blue]\fBdeveloper documentation\fR\m[]\&\s-2\u[1]\d\s+2
43for more information about the system password logic\&.
44.PP
45Note that these services invoke
46\fBsystemd-tty-ask-password-agent\fR(1)
47with either the
48\fB\-\-watch \-\-console\fR
49or
50\fB\-\-watch \-\-wall\fR
51command line parameters\&.
52.SH "SEE ALSO"
53.PP
54\fBsystemd\fR(1),
55\fBsystemd-tty-ask-password-agent\fR(1),
56\fBwall\fR(1)
57.SH "NOTES"
58.IP " 1." 4
59developer documentation
60.RS 4
61\%http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents
62.RE