diff options
-rw-r--r-- | man/systemd.unit.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 4445c74101..07a73fd923 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -350,7 +350,7 @@ </refsect1> <refsect1> - <title>Options</title> + <title>[Unit] Section Options</title> <para>Unit file may include a [Unit] section, which carries generic information about the unit that is not @@ -1167,6 +1167,11 @@ </varlistentry> </variablelist> + </refsect1> + + <refsect1> + <title>[Install] Section Options</title> + <para>Unit file may include a [Install] section, which carries installation information for the unit. This section is not interpreted by |