diff options
author | Maciej Wereski <m.wereski@partner.samsung.com> | 2013-08-21 16:43:55 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-08-23 12:48:14 -0400 |
commit | ea92ae33e0fbbf8a98cd2e08ca5a850d83d57fae (patch) | |
tree | 9a4285fc26e58f99c41d8d7bed8e60732ff4227c /man | |
parent | ac8e20c6e95975316279740778f381ad50a1a21a (diff) |
"-" prefix for InaccessibleDirectories and ReadOnlyDirectories
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.exec.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index c0e1d862a6..b761832ed6 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -828,7 +828,15 @@ the empty string is assigned to this option the specific list is reset, and all prior assignments have no - effect.</para></listitem> + effect.</para> + <para>Paths in + <varname>ReadOnlyDirectories=</varname> + and + <varname>InaccessibleDirectories=</varname> + may be prefixed with + <literal>-</literal>, in which case + they will be ignored when they don't + exist.</para></listitem> </varlistentry> <varlistentry> |