X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Flogind.conf.xml;h=33ddf621e057deaa0bf64403d97951e8e7ae3ea0;hp=166038b383972c06267a31be645b7bfdec51b083;hb=941e990db1f2682abaa2966b1c48602901d0c599;hpb=4943c1c94ba751c98763f4232b4350481b22c90a diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 166038b38..33ddf621e 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -48,13 +48,13 @@ - logind.conf + /etc/systemd/logind.conf Description - This files configures various parameters of the systemd login manager. + This files configures various parameters of the systemd login manager systemd-logind.service8. @@ -158,7 +158,59 @@ the operation executed anyway. Defaults to 5s. + + + HandlePowerKey= + HandleSleepKey= + HandleLidSwitch= + + Controls whether + logind shall handle the system power + and sleep keys and the lid switch to + trigger system power-off or + suspend. Can be one of + off, + no-session, + tty-session, + any-session and + always. If + off logind will + never handle these keys. If + no-session logind + will handle these keys when no user is + logged in and no inhibitor lock is + taken, and trigger a warnig beep + otherwise. If set to + tty-session logind + will handle these keys if no inhibitor + lock is taken, and either no user is + logged in or the foreground session is + a text login and the only one + existing. If + any-session is set + logind will handle these keys if no + inhibitor lock is taken, and either no + user is logged in or the foreground + session is the only one existing + (regardless whether graphical or + text). If set to + always logind will + handle these keys in any case, even if + one or more users are logged in or an + inhibitor lock is taken. Only input + devices with the + power-switch udev + tag will be watched for key + events. HandlePowerKey= + defaults to + no-session. + HandleSleepKey= + defaults to + tty-session, + HandleLidSwitch= + defaults to + off. @@ -182,6 +234,7 @@ See Also systemd1, + systemd-logind.service8, loginctl1, systemd.conf5