mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
directive-index: system manager directives
This commit is contained in:
parent
e1abd3efab
commit
ffafe91b5a
@ -702,7 +702,9 @@ XML_DIRECTIVE_FILES = \
|
||||
man/systemd.timer.xml \
|
||||
man/systemd.snapshot.xml \
|
||||
man/systemd.exec.xml \
|
||||
man/systemd.device.xml
|
||||
man/systemd.kill.xml \
|
||||
man/systemd.device.xml \
|
||||
man/systemd.conf.xml
|
||||
|
||||
man/systemd.directives.xml: make-directive-index.py $(XML_DIRECTIVE_FILES)
|
||||
$(AM_V_at)$(MKDIR_P) $(dir $@)
|
||||
|
@ -39,6 +39,15 @@ TEMPLATE = '''\
|
||||
<variablelist id='unit-directives' />
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
<title>System manager directives</title>
|
||||
|
||||
<para>Directives for configuring the behaviour of the
|
||||
systemd process.</para>
|
||||
|
||||
<variablelist id='systemd-directives' />
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
<title>UDEV directives</title>
|
||||
|
||||
@ -101,6 +110,7 @@ def make_page(xml_files):
|
||||
directive_groups = {name:collections.defaultdict(list)
|
||||
for name in ['unit-directives',
|
||||
'udev-directives',
|
||||
'systemd-directives',
|
||||
]}
|
||||
for page in xml_files:
|
||||
_extract_directives(directive_groups, page)
|
||||
|
@ -69,7 +69,7 @@
|
||||
<para>All options are configured in the
|
||||
<literal>[Manager]</literal> section:</para>
|
||||
|
||||
<variablelist>
|
||||
<variablelist class='systemd-directives'>
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>LogLevel=</varname></term>
|
||||
|
Loading…
Reference in New Issue
Block a user