diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-05-05 10:58:55 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-05-05 10:58:55 +0200 |
commit | 7a6000a68241d23c9f6f6bde47b2cfa9c18189da (patch) | |
tree | 76fb3e89d3fa2caf4425e987197d2371563c1b1d /man/systemd.unit.xml | |
parent | a96257af783f1d2c35a957466856e62ebf82bcad (diff) |
unit: make ignoring in snapshots a per unit property, instead of a per unit type property
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r-- | man/systemd.unit.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 65a76be3b7..6ad6b4a0be 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -471,6 +471,18 @@ </varlistentry> <varlistentry> + <term><varname>IgnoreOnSnapshot=</varname></term> + + <listitem><para>Takes a boolean + argument. If <option>true</option> + this unit will not be included in + snapshots. Defaults to + <option>false</option> for device and + snapshot units, <option>true</option> + for the others.</para></listitem> + </varlistentry> + + <varlistentry> <term><varname>StopWhenUnneeded=</varname></term> <listitem><para>Takes a boolean |