X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.automount.xml;h=adba75a71ad9074156cd419e09c090c46b491f12;hb=ee2babf4c36f9ab65e9ebbe966ed7839c532df45;hp=bf4b5d8214b46fc6b6e3a8c607b6698a5e719bea;hpb=5430f7f2bc7330f3088b894166bf3524a067e3d8;p=elogind.git diff --git a/man/systemd.automount.xml b/man/systemd.automount.xml index bf4b5d821..adba75a71 100644 --- a/man/systemd.automount.xml +++ b/man/systemd.automount.xml @@ -44,18 +44,18 @@ systemd.automount - systemd automount configuration files + Automount unit configuration - 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 @@ -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 + existing 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. @@ -160,7 +160,8 @@ systemd.unit5, systemd.mount5, mount8, - automount8 + automount8, + systemd.directives7