From 89f7c8465cd1ab37347dd0c15920bce31e8225df Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 11 Feb 2014 17:15:38 +0100 Subject: machined: optionally, allow registration of pre-existing units (scopes or services) as machine with machined --- man/systemd-nspawn.xml | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 47c3183eee..9d8db83e81 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -465,8 +465,8 @@ should be enabled when the container runs a full Operating System (more specifically: an init system), and is - useful to ensure the container is - accesible via + useful to ensure that the container is + accessible via machinectl1 and shown by tools such as ps1. If @@ -478,6 +478,30 @@ . + + + + + Instead of creating a + transient scope unit to run the + container in, simply register the + service or scope unit + systemd-nspawn has + been invoked in in + systemd-machined8. This + has no effect if + is + used. This switch should be used if + systemd-nspawn is + invoked from within an a service unit, + and the service unit's sole purpose + is to run a single + systemd-nspawn + container. This option is not + available if run from a user + session. + + -- cgit v1.2.3-54-g00ecf