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=6a10fa9868b5108509de0435504bf6a3da5b4552;hb=941e990db1f2682abaa2966b1c48602901d0c599;hpb=5430f7f2bc7330f3088b894166bf3524a067e3d8 diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 6a10fa986..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. @@ -146,6 +146,73 @@ defaults to cpu. + + + InhibitDelayMaxSec= + + Specifies the maximum + time a system shutdown or sleep + request is delayed due to an inhibitor + lock of type delay + being taken before it is ignored and + 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. + + Note that setting @@ -167,6 +234,7 @@ See Also systemd1, + systemd-logind.service8, loginctl1, systemd.conf5