From: Lennart Poettering Date: Tue, 26 Jan 2016 12:42:04 +0000 (+0100) Subject: man: document that logind's RemoveIPC= option excepts all system users X-Git-Tag: v229~83^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f59d94bce04f18c7430676fdc819183c17dd9612;p=thirdparty%2Fsystemd.git man: document that logind's RemoveIPC= option excepts all system users Fixes #2324. --- diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 48130aa0032..597759e33a9 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -294,15 +294,11 @@ RemoveIPC= - 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 - yes. + 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 yes.