X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fpam_systemd.xml;h=915e0b60149a150da4ab92c01b630c7563421e7d;hb=099663ff8c117303af369a4d412dafed0c5614c2;hp=3dc37147342a034ec4197849ad9482aa4f934b21;hpb=824a1d590a0ec4d83baa51264a9913a702793230;p=elogind.git diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml index 3dc371473..915e0b601 100644 --- a/man/pam_systemd.xml +++ b/man/pam_systemd.xml @@ -200,6 +200,79 @@ terminated only on their complete logout. + + + + + Takes a comma + separated list of user names or + numeric user ids as argument. If this + option is used the effect of the + and + options + will apply only to the listed + users. If this option is not used the + option applies to all local + users. Note that + + takes precedence over this list and is + hence subtracted from the list + specified here. + + + + + + Takes a comma + separated list of user names or + numeric user ids as argument. Users + listed in this argument will not be + subject to the effect of + or + . Note + that that this option takes precedence + over + , and + hence whatever is listed for + + is guaranteed to never be killed by + this PAM module, independent of any + other configuration + setting. + + + + + + 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 +283,11 @@ If the options are omitted they default to , , - . + , + , + , + , + .