X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-journal-remote.xml;h=40bef05a13747812157a605ad5f656288c0a6639;hb=9ea28c55a2488e6cd4a44ac5786f12b71ad5bc9f;hp=ef123ce4814ff755c8da8989af9e0f2991b7a39e;hpb=cc64d0175a3c2c974709e9962c00fbe04d74c43f;p=elogind.git diff --git a/man/systemd-journal-remote.xml b/man/systemd-journal-remote.xml index ef123ce48..40bef05a1 100644 --- a/man/systemd-journal-remote.xml +++ b/man/systemd-journal-remote.xml @@ -143,14 +143,19 @@ along with systemd; If not, see . - ADDRESS must be an + ADDRESS must be + either a negative integer, in which case it will be + interpreted as the (negated) file descriptor number, or an address suitable for (c.f. systemd.socket5). - HTTP or HTTPS server will be spawned on this port, - respectively, for the first and second options. Currenntly - Only POST requests to /upload with - Content-Type: application/vnd.fdo.journal - are supported. + In the first case, matching file descriptor must be inherited + through + $LISTEN_FDS/$LISTEN_PID. + In the second case, an HTTP or HTTPS server will be spawned on + this port, respectively for and + . Currenntly Only POST requests + to /upload with Content-Type: + application/vnd.fdo.journal are supported. @@ -160,10 +165,15 @@ along with systemd; If not, see . systemd-journal-remote supports the $LISTEN_FDS/$LISTEN_PID - protocol. Open sockets inherited through socket - activation behave like those opened with - described above. - + protocol. Open sockets inherited through socket activation + behave like those opened with + described above, unless they are specified as an argument in + + or + + above. In this later case, an HTTP or HTTPS server will be + spawned using this descriptor and connections must be made + over the HTTP protocol.