X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.automount.xml;h=adba75a71ad9074156cd419e09c090c46b491f12;hp=d1e04f6138076f74b0d725307451d8fbf21c4271;hb=431c72dc3d482732a01d3ab929aa9b2c36422d46;hpb=dd1eb43ba771d4d56b20b4c93ba3acc59475f642 diff --git a/man/systemd.automount.xml b/man/systemd.automount.xml index d1e04f613..adba75a71 100644 --- a/man/systemd.automount.xml +++ b/man/systemd.automount.xml @@ -9,16 +9,16 @@ Copyright 2010 Lennart Poettering systemd is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. systemd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. + Lesser General Public License for more details. - You should have received a copy of the GNU General Public License + You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see . --> @@ -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. @@ -155,12 +155,13 @@ See Also - systemd8, + systemd1, systemctl8, systemd.unit5, systemd.mount5, mount8, - automount8 + automount8, + systemd.directives7