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

« back to all changes in this revision

Viewing changes to man/systemd-logind.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-logind.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-logind.service
7
 
.\"    Source: systemd
8
 
.\"  Language: English
9
 
.\"
10
 
.TH "SYSTEMD\-LOGIND\&.SE" "8" "" "systemd" "systemd-logind.service"
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-logind.service, systemd-logind \- Login manager
32
 
.SH "SYNOPSIS"
33
 
.PP
34
 
systemd\-logind\&.service
35
 
.PP
36
 
/usr/lib/systemd/systemd\-logind
37
 
.SH "DESCRIPTION"
38
 
.PP
39
 
systemd\-logind
40
 
is a system service that manages user logins\&. It is responsible for:
41
 
.sp
42
 
.RS 4
43
 
.ie n \{\
44
 
\h'-04'\(bu\h'+03'\c
45
 
.\}
46
 
.el \{\
47
 
.sp -1
48
 
.IP \(bu 2.3
49
 
.\}
50
 
Keeping track of users and sessions, their processes and their idle state
51
 
.RE
52
 
.sp
53
 
.RS 4
54
 
.ie n \{\
55
 
\h'-04'\(bu\h'+03'\c
56
 
.\}
57
 
.el \{\
58
 
.sp -1
59
 
.IP \(bu 2.3
60
 
.\}
61
 
Creating control groups for user processes
62
 
.RE
63
 
.sp
64
 
.RS 4
65
 
.ie n \{\
66
 
\h'-04'\(bu\h'+03'\c
67
 
.\}
68
 
.el \{\
69
 
.sp -1
70
 
.IP \(bu 2.3
71
 
.\}
72
 
Providing PolicyKit\-based access for users to operations such as system shutdown or sleep
73
 
.RE
74
 
.sp
75
 
.RS 4
76
 
.ie n \{\
77
 
\h'-04'\(bu\h'+03'\c
78
 
.\}
79
 
.el \{\
80
 
.sp -1
81
 
.IP \(bu 2.3
82
 
.\}
83
 
Implementing a shutdown/sleep inhibition logic for applications
84
 
.RE
85
 
.sp
86
 
.RS 4
87
 
.ie n \{\
88
 
\h'-04'\(bu\h'+03'\c
89
 
.\}
90
 
.el \{\
91
 
.sp -1
92
 
.IP \(bu 2.3
93
 
.\}
94
 
Handling of power/sleep hardware keys
95
 
.RE
96
 
.sp
97
 
.RS 4
98
 
.ie n \{\
99
 
\h'-04'\(bu\h'+03'\c
100
 
.\}
101
 
.el \{\
102
 
.sp -1
103
 
.IP \(bu 2.3
104
 
.\}
105
 
Multi\-seat management
106
 
.RE
107
 
.sp
108
 
.RS 4
109
 
.ie n \{\
110
 
\h'-04'\(bu\h'+03'\c
111
 
.\}
112
 
.el \{\
113
 
.sp -1
114
 
.IP \(bu 2.3
115
 
.\}
116
 
Session switch management
117
 
.RE
118
 
.sp
119
 
.RS 4
120
 
.ie n \{\
121
 
\h'-04'\(bu\h'+03'\c
122
 
.\}
123
 
.el \{\
124
 
.sp -1
125
 
.IP \(bu 2.3
126
 
.\}
127
 
Device access management for users
128
 
.RE
129
 
.sp
130
 
.RS 4
131
 
.ie n \{\
132
 
\h'-04'\(bu\h'+03'\c
133
 
.\}
134
 
.el \{\
135
 
.sp -1
136
 
.IP \(bu 2.3
137
 
.\}
138
 
Automatic spawning of text logins (gettys) on virtual console activation and user runtime directory management
139
 
.RE
140
 
.PP
141
 
User sessions are registered in logind via the
142
 
\fBpam_systemd\fR(8)
143
 
PAM module\&.
144
 
.PP
145
 
See
146
 
\fBlogind.conf\fR(5)
147
 
for information about the configuration of this service\&.
148
 
.PP
149
 
See
150
 
\m[blue]\fBMulti\-Seat on Linux\fR\m[]\&\s-2\u[1]\d\s+2
151
 
for an introduction into basic concepts of logind such as users, sessions and seats\&.
152
 
.PP
153
 
See the
154
 
\m[blue]\fBlogind D\-Bus API Documentation\fR\m[]\&\s-2\u[2]\d\s+2
155
 
for information about the APIs
156
 
systemd\-logind
157
 
provides\&.
158
 
.PP
159
 
For more information on the inhibition logic see the
160
 
\m[blue]\fBInhibitor Lock Developer Documentation\fR\m[]\&\s-2\u[3]\d\s+2\&.
161
 
.SH "SEE ALSO"
162
 
.PP
163
 
 
164
 
\fBsystemd\fR(1),
165
 
\fBsystemd-user-sessions.service\fR(8),
166
 
\fBloginctl\fR(1),
167
 
\fBlogind.conf\fR(5),
168
 
\fBpam_systemd\fR(8)
169
 
.SH "NOTES"
170
 
.IP " 1." 4
171
 
Multi-Seat on Linux
172
 
.RS 4
173
 
\%http://www.freedesktop.org/wiki/Software/systemd/multiseat
174
 
.RE
175
 
.IP " 2." 4
176
 
logind D-Bus API Documentation
177
 
.RS 4
178
 
\%http://www.freedesktop.org/wiki/Software/systemd/logind
179
 
.RE
180
 
.IP " 3." 4
181
 
Inhibitor Lock Developer Documentation
182
 
.RS 4
183
 
\%http://www.freedesktop.org/wiki/Software/systemd/inhibit
184
 
.RE