X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Flogind.conf.xml;h=99140917ac168887e724e9a535a6a67aa406b672;hb=5a2e420c1f0961c2819d0c5e35bcf911a7ba559d;hp=7673201664a2e0038e0dcd2da81702b82ea7de81;hpb=6a79c58603ea816a1b4fa1520397b4e138bc1ca0;p=elogind.git diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 767320166..99140917a 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -295,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. + +