X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=man%2Fsystemd.nspawn.xml;h=70c6ff33a6792167eafd651e3ced0726678544d7;hb=5238e9575906297608ff802a27e2ff9effa3b338;hp=58024a071d545f579083ad9cc8594997e1ff8f40;hpb=cd4826e0e6f6f2f693a07641154ca3443df39d1e;p=thirdparty%2Fsystemd.git diff --git a/man/systemd.nspawn.xml b/man/systemd.nspawn.xml index 58024a071d5..70c6ff33a67 100644 --- a/man/systemd.nspawn.xml +++ b/man/systemd.nspawn.xml @@ -1,43 +1,16 @@ - - + %entities; ]> - - + systemd.nspawn systemd - - - - Developer - Lennart - Poettering - lennart@poettering.net - - @@ -136,7 +109,7 @@ Settings files may include an [Exec] section, which carries various execution parameters: - + Boot= @@ -150,6 +123,16 @@ systemd-nspawn@.service template unit file is used. + + Ephemeral= + + 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 command line switch. See + systemd-nspawn1 for details + about the specific options supported. + + ProcessTwo= @@ -233,6 +216,17 @@ all cases. + + NoNewPrivileges= + + Takes a boolean argument that controls the PR_SET_NO_NEW_PRIVS flag for + the container payload. This is equivalent to the + command line switch. See + systemd-nspawn1 for + details. + + + KillSignal= @@ -275,7 +269,7 @@ NotifyReady= Configures support for notifications from the container's init process. This is equivalent to - the command line switch, and takes the same paramaters. See + the command line switch, and takes the same parameters. See systemd-nspawn1 for details about the specific options supported. @@ -289,6 +283,84 @@ details. + + LimitCPU= + LimitFSIZE= + LimitDATA= + LimitSTACK= + LimitCORE= + LimitRSS= + LimitNOFILE= + LimitAS= + LimitNPROC= + LimitMEMLOCK= + LimitLOCKS= + LimitSIGPENDING= + LimitMSGQUEUE= + LimitNICE= + LimitRTPRIO= + LimitRTTIME= + + Configures various types of resource limits applied to containers. This is equivalent to the + command line switch, and takes the same arguments. See + systemd-nspawn1 for + details. + + + + OOMScoreAdjust= + + Configures the OOM score adjustment value. This is equivalent to the + command line switch, and takes the same argument. See + systemd-nspawn1 for + details. + + + + CPUAffinity= + + Configures the CPU affinity. This is equivalent to the command + line switch, and takes the same argument. See + systemd-nspawn1 for + details. + + + + Hostname= + + Configures the kernel hostname set for the container. This is equivalent to the + command line switch, and takes the same argument. See + systemd-nspawn1 for + details. + + + + ResolvConf= + + Configures how /etc/resolv.conf in the container shall be handled. This is + equivalent to the command line switch, and takes the same argument. See + systemd-nspawn1 for + details. + + + + Timezone= + + Configures how /etc/localtime in the container shall be handled. This is + equivalent to the command line switch, and takes the same argument. See + systemd-nspawn1 for + details. + + + + LinkJournal= + + Configures how to link host and container journal setups. This is equivalent to the + command line switch, and takes the same parameter. See + systemd-nspawn1 for + details. + + @@ -299,7 +371,7 @@ section, which carries various parameters configuring the file system of the container: - + ReadOnly= @@ -353,6 +425,17 @@ is privileged (see above). + + Inaccessible= + + Masks the specified file or directly in the container, by over-mounting it with an empty file + node of the same type with the most restrictive access mode. Takes a file system path as argument. This option + may be used multiple times to mask multiple files or directories. This option is equivalent to the command line + switch , see + systemd-nspawn1 for details + about the specific options supported. This setting is privileged (see above). + + Overlay= OverlayReadOnly= @@ -383,7 +466,7 @@ section, which carries various parameters configuring the network connectivity of the container: - + Private=