summaryrefslogtreecommitdiff
path: root/man/logind.conf.xml
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2018-04-26 19:41:14 +0200
committerSven Eden <yamakuzure@gmx.net>2018-04-26 19:42:51 +0200
commit0fb243c51a502a4afc4664566ccacd4b2b164b77 (patch)
tree5fe63d98be04e7fdc202fe9750fcadab763dcb9c /man/logind.conf.xml
parent732414c8f7d9520fd8094a5ee507e0caecef29b7 (diff)
Remove man/standard-conf.xml, as this does not apply for elogind.
Diffstat (limited to 'man/logind.conf.xml')
-rw-r--r--man/logind.conf.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/man/logind.conf.xml b/man/logind.conf.xml
index 61a0e3e13..fdbf4be46 100644
--- a/man/logind.conf.xml
+++ b/man/logind.conf.xml
@@ -78,7 +78,9 @@
<!-- // 0 -->
</refsect1>
+ <!-- 0 /// elogind has only this configuration
<xi:include href="standard-conf.xml" xpointer="main-conf" />
+ <!-- // 0 -->
<refsect1>
<title>Options</title>
@@ -146,28 +148,39 @@
<term><varname>KillUserProcesses=</varname></term>
<listitem><para>Takes a boolean argument. Configures whether the processes of a
+ <!-- 0 /// elogind has no scope unit, and goes for cgroups only
user should be killed when the user logs out. If true, the scope unit
corresponding to the session and all processes inside that scope will be
terminated. If false, the scope is "abandoned", see
<citerefentry><refentrytitle>systemd.scope</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
+ --><!-- else -->
+ user should be killed when the user logs out. If true, the processes
+ listed in their session cgroup will be terminated. If false, the session cgroup
+ is ignored
+ <!-- // 0 -->
and processes are not killed. Defaults to <literal>yes</literal>,
but see the options <varname>KillOnlyUsers=</varname> and
<varname>KillExcludeUsers=</varname> below.</para>
+ <!-- 0 /// elogind has no user manager unit, and lingering isn't clarified, yet.
<para>In addition to session processes, user process may run under the user
manager unit <filename>user@.service</filename>. Depending on the linger
settings, this may allow users to run processes independent of their login
sessions. See the description of <command>enable-linger</command> in
<citerefentry><refentrytitle>loginctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
</para>
-
+ // 0 -->
<para>Note that setting <varname>KillUserProcesses=yes</varname>
will break tools like
<citerefentry project='die-net'><refentrytitle>screen</refentrytitle><manvolnum>1</manvolnum></citerefentry>
and
<citerefentry project='die-net'><refentrytitle>tmux</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
+ <!-- 0 /// elogind does not provide systemd-run or any equivalent, yet.
unless they are moved out of the session scope. See example in
<citerefentry><refentrytitle>systemd-run</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
+ --><!-- else -->
+ unless they are moved out of the session scope.
+ <!-- // 0 -->
</para></listitem>
</varlistentry>