X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Flogind.conf.xml;h=99140917ac168887e724e9a535a6a67aa406b672;hb=9ea28c55a2488e6cd4a44ac5786f12b71ad5bc9f;hp=54cc3790486d8498eb0067c86ed45d122e2ca953;hpb=405e0255d5e6950180d9563f1a26294b5360db03;p=elogind.git diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 54cc37904..99140917a 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -242,10 +242,10 @@ ignore, logind will 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 + 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= @@ -257,7 +257,11 @@ default to suspend. HandleHibernateKey= defaults to - hibernate. + hibernate. Note + that the lid switch is ignored if the + system is inserted in a docking + station, or if more than one display + is connected. @@ -291,6 +295,48 @@ + + RuntimeDirectorySize= + + Sets the size limit on + the + $XDG_RUNTIME_DIR + runtime directory for each user who + logs in. Takes a size in bytes, + possibly suffixed with the usual K, G, + M, T suffixes, to the base 1024 + (IEC). Alternatively, a percentage + suffixed by % may + be specified, which sets the size + limit relative to the amount of + physical RAM. Defaults to 10%. Note + that this size is a safety limit + only. As each runtime directory is a + tmpfs file system it will only consume + as much memory as it is filled up + to. + + + + RemoveIPC= + + Controls whether + System V and POSIX IPC objects + belonging to the user shall be removed + when she or he fully logs out. Takes a + boolean argument. If enabled the user + may not consume IPC resources after + the last of his sessions + terminated. This covers System V + semaphores, shared memory and message + queues, as well as POSIX shared memory + and message queues. Note that IPC + objects of the root user are excluded + from the effect of this + setting. Defaults to + on. + +