diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-06-03 17:49:41 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-06-03 18:44:04 +0200 |
commit | d3c8afd0925189a7a2ae97b71327440e998befa7 (patch) | |
tree | 0412b1b6c0d0ee9a654c48d3c3dc5e62c6dbd830 /man | |
parent | conf-parser: remove redundant utf8-validity check (diff) | |
download | systemd-d3c8afd0925189a7a2ae97b71327440e998befa7.tar.xz systemd-d3c8afd0925189a7a2ae97b71327440e998befa7.zip |
man: RuntimeDirectory= or friends accept dot contained paths
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.exec.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 8fb9ecc6dc..a613c39087 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -804,7 +804,7 @@ CapabilityBoundingSet=~CAP_B CAP_C</programlisting> <term><varname>ConfigurationDirectory=</varname></term> <listitem><para>These options take a whitespace-separated list of directory names. The specified directory - names must be relative, and may not include <literal>.</literal> or <literal>..</literal>. If set, one or more + names must be relative, and may not include <literal>..</literal>. If set, one or more directories by the specified names will be created (including their parents) below <filename>/run</filename> (or <varname>$XDG_RUNTIME_DIR</varname> for user services), <filename>/var/lib</filename> (or <varname>$XDG_CONFIG_HOME</varname> for user services), <filename>/var/cache</filename> (or |