X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Flogind.conf.xml;h=0d0c9b0ecc22b3a782f8e3aefadac9065c29c36c;hb=af3bccd6d87759f0b146bf5980bdd56144d70c7e;hp=166038b383972c06267a31be645b7bfdec51b083;hpb=4943c1c94ba751c98763f4232b4350481b22c90a;p=elogind.git diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 166038b38..0d0c9b0ec 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -54,7 +54,7 @@ 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