summaryrefslogtreecommitdiff
path: root/man/pam_systemd.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-11-14 21:59:25 +0100
committerLennart Poettering <lennart@poettering.net>2010-11-14 23:48:20 +0100
commit824a1d590a0ec4d83baa51264a9913a702793230 (patch)
tree5b5248a8becd3f0b55ace097ebc7a76dc4c18b7a /man/pam_systemd.xml
parent57339f47f17b0268f2d05b5e8adde1b1d842fa48 (diff)
pam: rename 'no-session' to 'user' cgroup
Diffstat (limited to 'man/pam_systemd.xml')
-rw-r--r--man/pam_systemd.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml
index bfcc68452..3dc371473 100644
--- a/man/pam_systemd.xml
+++ b/man/pam_systemd.xml
@@ -92,7 +92,7 @@
<listitem><para>If
<option>create-session=0</option> is set, a new
control group
- <filename>/user/$USER/no-session</filename>
+ <filename>/user/$USER/user</filename>
is created and the login process moved into
it.</para></listitem>
@@ -115,7 +115,7 @@
remaining processes in the
<filename>/user/$USER/$XDG_SESSION_ID</filename>
control group are migrated to
- <filename>/user/$USER/no-session</filename> and
+ <filename>/user/$USER/user</filename> and
the original control group is
removed.</para></listitem>
@@ -123,7 +123,7 @@
<option>kill-user=1</option> is specified, and
no other user session control group remains,
except
- <filename>/user/$USER/no-session</filename>,
+ <filename>/user/$USER/user</filename>,
all remaining processes in the
<filename>/user/$USER</filename> hierarchy
are killed and the control group is removed.</para></listitem>