X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.automount.xml;h=f04a4a492768bee29f9d28c402668d007be8f3a1;hp=43006d4dc90b01649b166fe69b7d54c355e648f5;hb=9700d6980f7c212b10a69399e6430b82a6f45587;hpb=34511ca7b166b0e89d08ff9870b0cf2624a7815f diff --git a/man/systemd.automount.xml b/man/systemd.automount.xml index 43006d4dc..f04a4a492 100644 --- a/man/systemd.automount.xml +++ b/man/systemd.automount.xml @@ -48,14 +48,14 @@ - systemd.automount + automount.automount Description A unit configuration file whose name ends in - .automount encodes information + .automount encodes information about a file system automount point controlled and supervised by systemd. @@ -70,7 +70,7 @@ Automount units must be named after the automount directories they control. Example: the - automount point /home/lennart + automount point /home/lennart must be configured in a unit file home-lennart.automount. For details about the escaping logic used to convert a @@ -93,7 +93,7 @@ file systems. If an automount point is beneath another mount - point in the file system hierarchy a dependency + point in the file system hierarchy, a dependency between both units is created automatically. @@ -110,7 +110,7 @@ systemd.mount5. If an automount point is configured in both - /etc/fstab and a unit file the + /etc/fstab and a unit file, the configuration in the latter takes precedence. @@ -123,17 +123,17 @@ specific to the [Automount] section of automount units are the following: - + Where= Takes an absolute path of a directory of the automount - point. If the automount point is not - existing at time of the automount - point is installed it is created. This + point. If the automount point does not + exist at time that the automount + point is installed, it is created. This string must be reflected in the unit - file name. (See above.) This option is + filename. (See above.) This option is mandatory. @@ -156,11 +156,12 @@ See Also systemd1, - systemctl8, + systemctl1, systemd.unit5, systemd.mount5, mount8, - automount8 + automount8, + systemd.directives7