X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Flogind.conf.xml;h=47ee0e73ff88d058dc97a344414c1fad704ef5cd;hb=5b7d4c1c164d91b8c28c3dcd3921ad9863953ffa;hp=29469d37e178d544aca01717ab2a86eb39933222;hpb=6524990fdc98370ecba5d9f73e67161e8798c010;p=elogind.git diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 29469d37e..47ee0e73f 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -22,7 +22,7 @@ along with systemd; If not, see . --> - + logind.conf systemd @@ -141,6 +141,44 @@ no. + + IdleAction= + + Configures the action + to take when the system is idle. Takes + one of ignore, + poweroff, + reboot, + halt, + kexec, + suspend, + hibernate, + hybrid-sleep, + lock. Defaults to + ignore. + + Note that this requires that + user sessions correctly report the + idle status to the system. The system + will execute the action after all + sessions reported that they are idle, + and no idle inhibitor lock is active, + and subsequently the time configured + with IdleActionSec= + (see below) has passed. + + + + + IdleActionSec= + + Configures the delay + after which the action configured in + IdleAction= (see + above) is taken after the system is + idle. + + KillOnlyUsers= KillExcludeUsers= @@ -169,10 +207,17 @@ These settings control the default control group hierarchies - users logging in are added to. When - logging in users will get private - control groups in all hierarchies - listed in + users logging in are added to, in + addition to the + name=systemd named + hierarchy. These settings take space + separated lists of controller + names. Pass the empty string to ensure + that logind does not touch any + hierarchies but systemd's own. When + logging in user sessions will get + private control groups in all + hierarchies listed in Controllers= and be reset to the root control group in all hierarchies listed in @@ -180,7 +225,15 @@ defaults to the empty list, ResetControllers= defaults to - cpu. + cpu. Note that for + all controllers that are not listed in + either Controllers= + nor + ResetControllers= + newly created sessions will be part of + the control groups of the system + service that created the + session. @@ -212,13 +265,17 @@ reboot, halt, kexec, - hibernate and - hybrid-sleep. If + suspend, + hibernate, + hybrid-sleep and + lock. If ignore logind will - never handle these keys. Otherwise the - specified action will be taken in the - respective event. Only input devices - with the + never handle these keys. If + lock all running + sessions will be screen + locked. Otherwise the specified action + will be taken in the respective + event. Only input devices with the power-switch udev tag will be watched for key/lid switch events. HandlePowerKey= @@ -287,7 +344,7 @@ systemd1, systemd-logind.service8, loginctl1, - systemd.conf5 + systemd-system.conf5