diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-02 23:24:38 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-02 23:24:38 +0200 |
commit | dd1eb43ba771d4d56b20b4c93ba3acc59475f642 (patch) | |
tree | fab27021835635e531546f04c331a45df20cb36b /man/systemd.automount.xml | |
parent | ba60f9054e7aee0b817cfef4f715b0022818bbb3 (diff) |
man: document execution context related settings
Diffstat (limited to 'man/systemd.automount.xml')
-rw-r--r-- | man/systemd.automount.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/man/systemd.automount.xml b/man/systemd.automount.xml index b7777387ea..d1e04f6138 100644 --- a/man/systemd.automount.xml +++ b/man/systemd.automount.xml @@ -139,12 +139,14 @@ <varlistentry> <term><varname>DirectoryMode=</varname></term> - <listitem><para>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 + <listitem><para>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.</para></listitem> </varlistentry> </variablelist> |