diff options
author | Nicolas Cornu <ncornu@aldebaran.com> | 2015-11-24 18:24:57 +0100 |
---|---|---|
committer | Nicolas Cornu <ncornu@aldebaran.com> | 2015-11-24 18:24:57 +0100 |
commit | cc8454d522315d149d491ffd1e688849883a0ea5 (patch) | |
tree | 11defdfad27e0655e1633f51c750249a3ae0e3e0 | |
parent | aad2652326dea4c6b51002f3e62e1fd2dac7931d (diff) |
man: Add a not that mount unit cannot be templated
-rw-r--r-- | man/systemd.mount.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index a724d88584..4a8d265fed 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -88,7 +88,8 @@ configured in a unit file <filename>home-lennart.mount</filename>. For details about the escaping logic used to convert a file system path to a unit name, see - <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para> + <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>. + Note that mount units cannot be templated.</para> <para>Optionally, a mount unit may be accompanied by an automount unit, to allow on-demand or parallelized mounting. See |