From 5f932eb9af7a5e4723855bcd776c2acaa2a31932 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 2 Feb 2016 01:52:01 +0100 Subject: nspawn: add new --chdir= switch Fixes: #2192 --- man/systemd-nspawn.xml | 7 +++++++ man/systemd.nspawn.xml | 8 ++++++++ 2 files changed, 15 insertions(+) (limited to 'man') diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 28b91dee24..1cfef93df1 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -260,6 +260,13 @@ + + + + Change to the specified working directory before invoking the process in the container. Expects + an absolute path in the container's file system namespace. + + diff --git a/man/systemd.nspawn.xml b/man/systemd.nspawn.xml index f39e1ad42c..7e604246f6 100644 --- a/man/systemd.nspawn.xml +++ b/man/systemd.nspawn.xml @@ -186,6 +186,14 @@ switch. + + WorkingDirectory= + + Selects the working directory for the process invoked in the container. Expects an absolute + path in the container's file system namespace. This corresponds to the command line + switch. + + Capability= DropCapability= -- cgit v1.2.3-54-g00ecf