summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-01-26 13:42:04 +0100
committerSven Eden <yamakuzure@gmx.net>2017-05-17 15:22:15 +0200
commit7634579fb338f996cecb6f49b1183e0a4e491617 (patch)
tree35ae93d41f14323a855de236d6e30a0af3caa43a
parent98b65e8dd297780cff957bba6e996bd2291e1487 (diff)
man: document that logind's RemoveIPC= option excepts all system users
Fixes #2324.
-rw-r--r--man/logind.conf.xml14
1 files changed, 5 insertions, 9 deletions
diff --git a/man/logind.conf.xml b/man/logind.conf.xml
index 9d1f13a5e..45d1257ef 100644
--- a/man/logind.conf.xml
+++ b/man/logind.conf.xml
@@ -236,15 +236,11 @@
<varlistentry>
<term><varname>RemoveIPC=</varname></term>
- <listitem><para>Controls whether System V and POSIX IPC
- objects belonging to the user shall be removed when the user
- fully logs out. Takes a boolean argument. If enabled, the user
- may not consume IPC resources after the last of the user's
- 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
- <literal>yes</literal>.</para></listitem>
+ <listitem><para>Controls whether System V and POSIX IPC objects belonging to the user shall be removed when the
+ user fully logs out. Takes a boolean argument. If enabled, the user may not consume IPC resources after the
+ last of the user's 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 and other system users
+ are excluded from the effect of this setting. Defaults to <literal>yes</literal>.</para></listitem>
</varlistentry>
</variablelist>