X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flogin%2Flogind.conf;h=2c28d34c83c756b86d2cc44365ad37d54ee50f02;hp=4f012e5d89b2fbce2958de5dc2d7f62d6cbdf753;hb=ad0ff86c7c90c3d652edb7c81ebd3f07f70a9a07;hpb=069cfc85f876bb6966cb5a9bbe0235f5064622cd diff --git a/src/login/logind.conf b/src/login/logind.conf index 4f012e5d8..2c28d34c8 100644 --- a/src/login/logind.conf +++ b/src/login/logind.conf @@ -1,20 +1,40 @@ -# This file is part of systemd. +# This file is part of elogind. # -# systemd is free software; you can redistribute it and/or modify it +# elogind is free software; you can redistribute it and/or modify it # 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. # -# See logind.conf(5) for details +# Entries in this file show the compile time defaults. +# You can change settings by editing this file. +# Defaults can be restored by simply deleting this file. +# +# See logind.conf(5) for details. [Login] -#NAutoVTs=6 #KillUserProcesses=no #KillOnlyUsers= #KillExcludeUsers=root -#Controllers= -#ResetControllers=cpu #InhibitDelayMaxSec=5 -#HandlePowerKey=yes -#HandleSleepKey=yes -#HandleLidSwitch=no +#HandlePowerKey=poweroff +#HandleSuspendKey=suspend +#HandleHibernateKey=hibernate +#HandleLidSwitch=suspend +#HandleLidSwitchDocked=ignore +#PowerKeyIgnoreInhibited=no +#SuspendKeyIgnoreInhibited=no +#HibernateKeyIgnoreInhibited=no +#LidSwitchIgnoreInhibited=yes +#HoldoffTimeoutSec=30s +#IdleAction=ignore +#IdleActionSec=30min +#RuntimeDirectorySize=10% +#RemoveIPC=yes + +[Sleep] +#SuspendState=mem standby freeze +#SuspendMode= +#HibernateState=disk +#HibernateMode=platform shutdown +#HybridSleepState=disk +#HybridSleepMode=suspend platform shutdown