diff options
author | Jiuyang liu <liujiuyang1994@gmail.com> | 2018-10-23 01:26:05 +0800 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-10-24 10:22:20 +0200 |
commit | a2f577fca0be79b23f61f033229b64884e7d840a (patch) | |
tree | 667780bfd29b7e00b88b6981e2b293ecc22de79a /man | |
parent | c8758e726c58babdfd654c622c5524e029232787 (diff) | |
download | systemd-a2f577fca0be79b23f61f033229b64884e7d840a.tar.gz systemd-a2f577fca0be79b23f61f033229b64884e7d840a.tar.bz2 systemd-a2f577fca0be79b23f61f033229b64884e7d840a.zip |
add ephemeral to nspawn-settings.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.nspawn.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/systemd.nspawn.xml b/man/systemd.nspawn.xml index 9ca6d9db2a..f978fef235 100644 --- a/man/systemd.nspawn.xml +++ b/man/systemd.nspawn.xml @@ -127,6 +127,16 @@ </varlistentry> <varlistentry> + <term><varname>Ephemeral=</varname></term> + + <listitem><para>Takes a boolean argument, which defaults to off, If enabled, the container is run with + a temporary snapshot of its file system that is removed immediately when the container terminates. + This is equivalent to the <option>--ephemeral</option> command line switch. See + <citerefentry><refentrytitle>systemd-nspawn</refentrytitle><manvolnum>1</manvolnum></citerefentry> for details + about the specific options supported.</para></listitem> + </varlistentry> + + <varlistentry> <term><varname>ProcessTwo=</varname></term> <listitem><para>Takes a boolean argument, which defaults to off. If enabled, the specified program is run as |