X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.automount.xml;h=f0a4293deafe6ffd63e1c4726ea22130d4e754f6;hb=37d3ab1b7e114f0fb6dfb2e7273569b42794b76a;hp=b7777387ea52839f85196419cf4152441f3d0bcf;hpb=e0cabd4bb536bce3a9636a12b8dbc512c28c2395;p=elogind.git diff --git a/man/systemd.automount.xml b/man/systemd.automount.xml index b7777387e..f0a4293de 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,11 +44,11 @@ systemd.automount - systemd automount configuration files + Automount unit configuration - systemd.automount + automount.automount @@ -123,14 +123,14 @@ 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 @@ -139,12 +139,14 @@ DirectoryMode= - Directories of automount - points (and any parent directories) - are automatically created if - needed. This option specifies the file - system access mode used when creating - these directories. Defaults to + Directories of + automount points (and any parent + directories) are automatically created + if needed. This option specifies the + file system access mode used when + creating these directories. Takes an + access mode in octal + notation. Defaults to 0755. @@ -153,12 +155,13 @@ See Also - systemd8, + systemd1, systemctl8, systemd.unit5, systemd.mount5, mount8, - automount8 + automount8, + systemd.directives7