diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-02-18 19:38:55 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-02-18 19:42:24 +0100 |
commit | f36933fef605a7dccce8e3aecccff5152e522fa6 (patch) | |
tree | ea7bda8213ff7b64d0c8f43a26bd0303df1d34d6 /man | |
parent | 1c8da044469acabcfc479ba3276954da53210830 (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.xml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 4a936d326f..e84d2b7f11 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> |