X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Flogind.conf.xml;h=96e5936e5edd85f71602c696f8e0ed8865ccefe3;hb=599391d88bba63c86d5cedf4c2393a180a18be8a;hp=af842b5d5b7064c7203ba0ccc4bafddd5c0cf96d;hpb=4e84ae7e76a080cb32796912471be1e4285415b1;p=elogind.git diff --git a/man/logind.conf.xml b/man/logind.conf.xml index af842b5d5..96e5936e5 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -22,7 +22,7 @@ along with systemd; If not, see . --> - + logind.conf systemd @@ -141,6 +141,44 @@ no. + + IdleAction= + + Configures the action + to take when the system is idle. Takes + one of ignore, + poweroff, + reboot, + halt, + kexec, + suspend, + hibernate, + hybrid-sleep, + lock. Defaults to + ignore. + + Note that this requires that + user sessions correctly report the + idle status to the system. The system + will execute the action after all + sessions reported that they are idle, + and no idle inhibitor lock is active, + and subsquently the time configured + with IdleActionSec= + (see below) has passed. + + + + + IdleActionSec= + + Configures the delay + after which the action configured in + IdleAction= (see + above) is taken after the system is + idle. + + KillOnlyUsers= KillExcludeUsers= @@ -213,13 +251,16 @@ halt, kexec, suspend, - hibernate, and - hybrid-sleep. If + hibernate, + hybrid-sleep and + lock. If ignore logind will - never handle these keys. Otherwise the - specified action will be taken in the - respective event. Only input devices - with the + never handle these keys. If + lock all running + sessions will be screen + locked. Otherwise the specified action + will be taken in the respective + event. Only input devices with the power-switch udev tag will be watched for key/lid switch events. HandlePowerKey= @@ -288,7 +329,7 @@ systemd1, systemd-logind.service8, loginctl1, - systemd.conf5 + systemd-system.conf5