summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Behrmann <behrmann@physik.fu-berlin.de>2020-03-10 16:34:13 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-18 20:32:44 +0100
commitd1d3f2aa1561a9a75ce58026ef0a6bd4c5b464ac (patch)
treebc4f0241fcc8ba403ae35dce641f1a66041c2512
parent3c69813c69af90e75acf9a80047ecf5b075c138d (diff)
downloadsystemd-245.2.tar.gz
docs: Add syntax for templated units to systemd.preset man pagev245.2
This documents the syntax enable template@.service foo bar baz that was introduced in #9901 to preset templated units. (cherry picked from commit 1f667d8a7cff4355cd23ebebeb4d7179e3498eb8)
-rw-r--r--man/systemd.preset.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/man/systemd.preset.xml b/man/systemd.preset.xml
index 795da35ec8..092c186738 100644
--- a/man/systemd.preset.xml
+++ b/man/systemd.preset.xml
@@ -71,7 +71,10 @@
<literal>disable</literal> followed by a space and a unit name
(possibly with shell style wildcards), separated by newlines.
Empty lines and lines whose first non-whitespace character is <literal>#</literal> or
- <literal>;</literal> are ignored.</para>
+ <literal>;</literal> are ignored. Multiple instance names for unit
+ templates may be specified as a space separated list at the end of
+ the line instead of the customary position between <literal>@</literal>
+ and the unit suffix.</para>
<para>Presets must refer to the "real" unit file, and not to any aliases. See
<citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>
@@ -124,6 +127,17 @@ disable *</programlisting>
be overridden by spin or administrator preset policy.</para>
<example>
+ <title>Enable multiple template instances</title>
+
+ <programlisting># /usr/lib/systemd/system-preset/80-dirsrv.preset
+
+enable dirsrv@.service foo bar baz</programlisting>
+ </example>
+
+ <para>This enables all three of <filename>dirsrv@foo.service</filename>,
+ <filename>dirsrv@bar.service</filename> and <filename>dirsrv@baz.service</filename>.</para>
+
+ <example>
<title>A GNOME spin</title>
<programlisting># /usr/lib/systemd/system-preset/50-gnome.preset