mirror of
https://github.com/systemd/systemd.git
synced 2025-01-03 05:18:09 +03:00
man: move all config file options to one section
We had "SYSTEM MANAGER DIRECTIVES" which was a misnomer already, because it also listed user manager stuff. Let's make this a more general section and move the items for other services there too (from "MISCELANENOUS").
This commit is contained in:
parent
833fc9802c
commit
d2acdcc646
@ -54,7 +54,7 @@
|
||||
<para>All options are configured in the
|
||||
<literal>[Coredump]</literal> section:</para>
|
||||
|
||||
<variablelist>
|
||||
<variablelist class='config-directives'>
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>Storage=</varname></term>
|
||||
|
@ -51,7 +51,7 @@
|
||||
<para>All options are configured in the
|
||||
<literal>[Remote]</literal> section:</para>
|
||||
|
||||
<variablelist>
|
||||
<variablelist class='config-directives'>
|
||||
<varlistentry>
|
||||
<term><varname>Seal=</varname></term>
|
||||
|
||||
|
@ -48,7 +48,7 @@
|
||||
|
||||
<para>All options are configured in the <literal>[Upload]</literal> section:</para>
|
||||
|
||||
<variablelist>
|
||||
<variablelist class='config-directives'>
|
||||
<varlistentry>
|
||||
<term><varname>URL=</varname></term>
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
||||
<para>All options are configured in the
|
||||
<literal>[Journal]</literal> section:</para>
|
||||
|
||||
<variablelist>
|
||||
<variablelist class='config-directives'>
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>Storage=</varname></term>
|
||||
|
@ -51,7 +51,7 @@
|
||||
<para>All options are configured in the
|
||||
<literal>[Login]</literal> section:</para>
|
||||
|
||||
<variablelist>
|
||||
<variablelist class='config-directives'>
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>NAutoVTs=</varname></term>
|
||||
|
@ -112,7 +112,7 @@
|
||||
<filename>/etc/systemd/sleep.conf</filename> or a
|
||||
<filename>sleep.conf.d</filename> file:</para>
|
||||
|
||||
<variablelist class='systemd-directives'>
|
||||
<variablelist class='config-directives'>
|
||||
<varlistentry>
|
||||
<term><varname>AllowSuspend=</varname></term>
|
||||
<term><varname>AllowHibernation=</varname></term>
|
||||
|
@ -63,7 +63,7 @@
|
||||
<para>All options are configured in the
|
||||
<literal>[Manager]</literal> section:</para>
|
||||
|
||||
<variablelist class='systemd-directives'>
|
||||
<variablelist class='config-directives'>
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>LogLevel=</varname></term>
|
||||
|
@ -40,7 +40,7 @@
|
||||
ignored. The following variables can be set:
|
||||
</para>
|
||||
|
||||
<variablelist>
|
||||
<variablelist class='config-directives'>
|
||||
<varlistentry>
|
||||
<term><varname>udev_log=</varname></term>
|
||||
|
||||
|
@ -98,12 +98,12 @@ TEMPLATE = '''\
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
<title>System manager directives</title>
|
||||
<title>Program configuration options</title>
|
||||
|
||||
<para>Directives for configuring the behaviour of the
|
||||
systemd process.</para>
|
||||
systemd process and other tools through configuration files.</para>
|
||||
|
||||
<variablelist id='systemd-directives' />
|
||||
<variablelist id='config-directives' />
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
|
Loading…
Reference in New Issue
Block a user