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=950f81fa937072242ca97ab256038d7e7b65c1df;hb=941e990db1f2682abaa2966b1c48602901d0c599;hpb=19c5f19d69bb5f520fa7213239490c55de06d99d diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 950f81fa9..33ddf621e 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -9,16 +9,16 @@ Copyright 2010 Lennart Poettering systemd is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. systemd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. + Lesser General Public License for more details. - You should have received a copy of the GNU General Public License + You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see . --> @@ -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