X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flogin%2Flogind.conf;h=6b1943a2d190186b91ca49e40e387df5fbbeaa84;hb=7303ec8f3009d6630a994644ad9e539813badc52;hp=0ac02c0f015f95d49d1d9b1765e518d8db3c9c6c;hpb=beaafb2ea6be591882aef21fe19b88e3b2461087;p=elogind.git diff --git a/src/login/logind.conf b/src/login/logind.conf index 0ac02c0f0..6b1943a2d 100644 --- a/src/login/logind.conf +++ b/src/login/logind.conf @@ -5,6 +5,9 @@ # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. # +# You can override the directives in this file by creating files in +# /etc/systemd/logind.conf.d/*.conf. +# # See logind.conf(5) for details [Login] @@ -13,12 +16,17 @@ #KillUserProcesses=no #KillOnlyUsers= #KillExcludeUsers=root -#Controllers= -#ResetControllers=cpu #InhibitDelayMaxSec=5 #HandlePowerKey=poweroff -#HandleSleepKey=suspend +#HandleSuspendKey=suspend +#HandleHibernateKey=hibernate #HandleLidSwitch=suspend +#HandleLidSwitchDocked=ignore #PowerKeyIgnoreInhibited=no -#SleepKeyIgnoreInhibited=no +#SuspendKeyIgnoreInhibited=no +#HibernateKeyIgnoreInhibited=no #LidSwitchIgnoreInhibited=yes +#IdleAction=ignore +#IdleActionSec=30min +#RuntimeDirectorySize=10% +#RemoveIPC=yes