X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fpam_systemd.xml;h=6fe69810113141e1469c9dde0932947abf40b641;hp=bfcc684521cb9a472ba44129ee71cbaf0f287214;hb=0658666bacde7decbc362f0f589fe6aa5251faba;hpb=af62c704053b5d34672497eb5bdc4764ebbb5f4f diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml index bfcc68452..6fe698101 100644 --- a/man/pam_systemd.xml +++ b/man/pam_systemd.xml @@ -92,7 +92,7 @@ If is set, a new control group - /user/$USER/no-session + /user/$USER/user is created and the login process moved into it. @@ -115,7 +115,7 @@ remaining processes in the /user/$USER/$XDG_SESSION_ID control group are migrated to - /user/$USER/no-session and + /user/$USER/user and the original control group is removed. @@ -123,7 +123,7 @@ is specified, and no other user session control group remains, except - /user/$USER/no-session, + /user/$USER/user, all remaining processes in the /user/$USER hierarchy are killed and the control group is removed. @@ -200,6 +200,53 @@ terminated only on their complete logout. + + + + + Takes a boolean + argument. If true, all processes + created by the root user (UID 0) during his + session and from his session will be + kept around after he logged out. This + option allows cancelling the effect of + and + for the + root user. + + + + + + Takes a comma + separated list of cgroup controllers + in which hierarchies a user/session + cgroup will be created by default for + each user logging in, in addition to + the cgroup in the named 'name=systemd' + hierarchy. If ommited, defaults to an + empty list. This may be used to move + user sessions into their own groups in + the 'cpu' hierarchy which ensures that + every logged in user gets an equal + amount of CPU time regardless how many + processes he has + started. + + + + + + Takes a comma + separated list of cgroup controllers + in which hierarchies the logged in + processes will be reset to the root + cgroup. If ommited, defaults to 'cpu', + meaning that a 'cpu' cgroup grouping + inherited from the login manager will + be reset for the processes of the + logged in user. + Note that setting kill-user=1 @@ -210,7 +257,9 @@ If the options are omitted they default to , , - . + , + , + .