summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-02-18 19:38:55 +0100
committerLennart Poettering <lennart@poettering.net>2015-02-18 19:42:24 +0100
commitf36933fef605a7dccce8e3aecccff5152e522fa6 (patch)
treeea7bda8213ff7b64d0c8f43a26bd0303df1d34d6 /man
parent1c8da044469acabcfc479ba3276954da53210830 (diff)
nspawn: add support for --property= to set scope properties
This is similar to systemd-run's --property= setting.
Diffstat (limited to 'man')
-rw-r--r--man/systemd-nspawn.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml
index 4a936d326..e84d2b7f1 100644
--- a/man/systemd-nspawn.xml
+++ b/man/systemd-nspawn.xml
@@ -297,7 +297,22 @@
<listitem><para>Make the container part of the specified
slice, instead of the default
- <filename>machine.slice</filename>.</para>
+ <filename>machine.slice</filename>. This is only applies if
+ the machine is run in its own scope unit, i.e. if
+ <option>--keep-unit</option> is not used.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--property=</option></term>
+
+ <listitem><para>Set a unit property on the scope unit to
+ register for the machine. This only applies if the machine is
+ run in its own scope unit, i.e. if
+ <option>--keep-unit</option> is not used. Takes unit property
+ assignments in the same format as <command>systemctl
+ set-property</command>. This is useful to set memory limits
+ and similar for machines.</para>
</listitem>
</varlistentry>