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.socket.xml | |
parent | ba60f9054e7aee0b817cfef4f715b0022818bbb3 (diff) |
man: document execution context related settings
Diffstat (limited to 'man/systemd.socket.xml')
-rw-r--r-- | man/systemd.socket.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 81f9deab36..986ef8c018 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -251,8 +251,10 @@ directories are automatically created if needed. This option specifies the file system access mode used when - creating these directories. Defaults - to 0755.</para></listitem> + creating these directories. Takes an + access mode in octal + notation. Defaults to + 0755.</para></listitem> </varlistentry> <varlistentry> @@ -261,7 +263,8 @@ system socket of FIFO, this option specifies the file system access mode used when creating the file - node. Defaults to + node. Takes an access mode in octal + notation. Defaults to 0666.</para></listitem> </varlistentry> |