X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-nspawn.xml;h=9f8b8e2ae46593ac2038b635e0bea8412c4af1b8;hb=81311bbd124d95b05676c21c98a0350f1db2a547;hp=b6f2c278dade05adf246d682cc58828197e08318;hpb=9980033377c105d2cd6539c9d73ee61d4c2263b0;p=elogind.git diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index b6f2c278d..9f8b8e2ae 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -235,6 +235,54 @@ CAP_SYS_RESOURCE. + + + + Control whether the + container's journal shall be made + visible to the host system. If enabled + allows viewing the container's journal + files from the host (but not vice + versa). Takes one of + no, + host, + guest, + auto. If + no the journal is + not linked. If host + the journal files are stored on the + host file system (beneath the host's + /var/log/journal) + and a per-machine subdirectory of this + directory is created and bind mounted + into the container at the same + location. If guest + the journal files are stored on the + guest file system (beneath the guest's + /var/log/journal) + and a per-machine subdirectory of this + directory is symlinked into the host + at the same location. If + auto (the default) + and the subdirectory of + /var/log/journal + exists as directory it is bind mounted + into the container, but nothing is + done otherwise. Effectively, booting a + container once with + guest or + host will link the + journal persistantly if further one + the default of auto + is used. + + + + + + Equivalent to + . +