X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=man%2Fpam_systemd.xml;h=6fe69810113141e1469c9dde0932947abf40b641;hb=0658666bacde7decbc362f0f589fe6aa5251faba;hp=d43ed231f292d6d83e4104f4d67b5bee673f9b56;hpb=4611d77694effd27ad0e191c820498dbff25907c;p=elogind.git diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml index d43ed231f..6fe698101 100644 --- a/man/pam_systemd.xml +++ b/man/pam_systemd.xml @@ -201,24 +201,51 @@ 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 - seperated list of cgroup controllers + separated list of cgroup controllers in which hierarchies a user/session - cgroup will be created by defautl for - each user logging in. If ommited, - defaults to 'cpu', meaning that in - addition to creating per-user and - per-session cgroups in systemd's own - hierarchy, groups are created in the - 'cpu' hierarchy, on order to ensure - that every use and every sessions gets - an equal amount of CPU time, - regardless how many processes a user - or session might - own. + 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. @@ -230,7 +257,9 @@ If the options are omitted they default to , , - . + , + , + .