diff options
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r-- | man/systemd.unit.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 14dd4b0694..09974e5a04 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -186,7 +186,7 @@ <literal>.d/</literal> subdirectory (e.g. <literal>foo@.service.d/</literal>) and the <literal>.conf</literal> files there. Moreover for units names containing dashes (<literal>-</literal>), the set of directories generated by truncating the unit name after all dashes is searched too. Specifically, for a unit name - <filename>foo-bar-baz.service</filename> not only the the regular drop-in directory + <filename>foo-bar-baz.service</filename> not only the regular drop-in directory <filename>foo-bar-baz.service.d/</filename> is searched but also both <filename>foo-bar-.service.d/</filename> and <filename>foo-.service.d/</filename>. This is useful for defining common drop-ins for a set of related units, whose names begin with a common prefix. This scheme is particularly useful for mount, automount and slice units, whose @@ -935,7 +935,7 @@ activation may either never fail, or may succeed only a single time.</para> <para>When a unit is unloaded due to the garbage collection logic (see above) its rate limit counters are - flushed out too. This means that configuring start rate limiting for a unit that is not referenced continously + flushed out too. This means that configuring start rate limiting for a unit that is not referenced continuously has no effect.</para></listitem> </varlistentry> @@ -1411,7 +1411,7 @@ <para>Note: <varname>Triggers=</varname> is created implicitly between a socket, path unit, or an automount unit, and the unit they activate. By default a unit - with the same name is triggered, but this can be overriden using + with the same name is triggered, but this can be overridden using <varname>Sockets=</varname>, <varname>Service=</varname>, and <varname>Unit=</varname> settings. See <citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry>, |