From f36933fef605a7dccce8e3aecccff5152e522fa6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 18 Feb 2015 19:38:55 +0100 Subject: nspawn: add support for --property= to set scope properties This is similar to systemd-run's --property= setting. --- man/systemd-nspawn.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'man') 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 @@ Make the container part of the specified slice, instead of the default - machine.slice. + machine.slice. This is only applies if + the machine is run in its own scope unit, i.e. if + is not used. + + + + + + + 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 + is not used. Takes unit property + assignments in the same format as systemctl + set-property. This is useful to set memory limits + and similar for machines. -- cgit v1.2.3-54-g00ecf