diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-10-05 14:27:04 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-10-05 17:56:28 +0200 |
commit | 41b6ae4da3d3e1360a9f78ca3e1176a3bfe2ec2d (patch) | |
tree | 57d565025d6d6059d7bf4549b10a23cd7ffde7fe /man/logind.conf.xml | |
parent | man: reword the descriptions of VXLAN DestinationPort= and PortRange= (diff) | |
download | systemd-41b6ae4da3d3e1360a9f78ca3e1176a3bfe2ec2d.tar.xz systemd-41b6ae4da3d3e1360a9f78ca3e1176a3bfe2ec2d.zip |
man: reword description of KillOnlyUsers=/KillExcludeUsers=
Fixes #17177.
Diffstat (limited to 'man/logind.conf.xml')
-rw-r--r-- | man/logind.conf.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 97d11da03f..7857073aca 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -125,16 +125,16 @@ <term><varname>KillOnlyUsers=</varname></term> <term><varname>KillExcludeUsers=</varname></term> - <listitem><para>These settings take space-separated lists of usernames that override - the <varname>KillUserProcesses=</varname> setting. A user name may be added to - <varname>KillExcludeUsers=</varname> to exclude the processes in the session scopes of - that user from being killed even if <varname>KillUserProcesses=yes</varname> is set. If - <varname>KillExcludeUsers=</varname> is not set, the <literal>root</literal> user is - excluded by default. <varname>KillExcludeUsers=</varname> may be set to an empty value - to override this default. If a user is not excluded, <varname>KillOnlyUsers=</varname> - is checked next. If this setting is specified, only the session scopes of those users - will be killed. Otherwise, users are subject to the - <varname>KillUserProcesses=yes</varname> setting.</para></listitem> + <listitem><para>These settings take space-separated lists of usernames that override the + <varname>KillUserProcesses=</varname> setting. A user name may be added to + <varname>KillExcludeUsers=</varname> to exclude the processes in the session scopes of that user from + being killed even if <varname>KillUserProcesses=yes</varname> is set. If + <varname>KillExcludeUsers=</varname> is not set, the <literal>root</literal> user is excluded by + default. <varname>KillExcludeUsers=</varname> may be set to an empty value to override this + default. If a user is not excluded, <varname>KillOnlyUsers=</varname> is checked next. If this + setting is specified, only the processes in the session scopes of those users will be + killed. Otherwise, users are subject to the <varname>KillUserProcesses=yes</varname> setting. + </para></listitem> </varlistentry> <varlistentry> |