diff options
author | Dave Reisner <dreisner@archlinux.org> | 2013-07-24 11:19:24 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2013-07-24 12:04:00 -0400 |
commit | 5c7951141fa9f33e1b97de97586cc16bce2776e0 (patch) | |
tree | 4354e1917bc1f958727c92a448956cbd2c68f0e4 /man | |
parent | a2aced4add1964f82cfd250f1fee8de9d974b507 (diff) |
tmpfiles: introduce --exclude-prefix
The opposite of --prefix, allows specifying path prefixes which should
be skipped when processing rules.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-tmpfiles.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index b0f2d9ceb7..403592dd71 100644 --- a/man/systemd-tmpfiles.xml +++ b/man/systemd-tmpfiles.xml @@ -124,6 +124,13 @@ prefix. This option can be specified multiple times.</para></listitem> </varlistentry> + <varlistentry> + <term><option>--exclude-prefix=PATH</option></term> + <listitem><para>Ignore rules that + apply to paths with the specified + prefix. This option can be specified + multiple times.</para></listitem> + </varlistentry> <varlistentry> |