X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Flogind.conf.xml;h=33ddf621e057deaa0bf64403d97951e8e7ae3ea0;hb=19125c205aa6084c225b5c11cc6dcbe18c6dbcc0;hp=deca1cdd7f9812048089f281247496cda102db37;hpb=eecd1362f7f4de432483b5d77c56726c3621a83a;p=elogind.git diff --git a/man/logind.conf.xml b/man/logind.conf.xml index deca1cdd7..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. @@ -151,13 +151,66 @@ InhibitDelayMaxSec= Specifies the maximum - time a suspend or reboot is delayed - due to an inhibitor lock of type - delay being taken - before it is ignored and the operation - executed anyway. Defaults to + 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. @@ -181,6 +234,7 @@ See Also systemd1, + systemd-logind.service8, loginctl1, systemd.conf5