X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-journal-remote.xml;h=40bef05a13747812157a605ad5f656288c0a6639;hp=036d0bcb4a2e0a944dbbc8e0264b6b4e9ffebc1c;hb=022446adf99b84c59a88c2e614033ccde13c395c;hpb=fdfccdbc985944a57017a25f44dd6acc1a937bab diff --git a/man/systemd-journal-remote.xml b/man/systemd-journal-remote.xml index 036d0bcb4..40bef05a1 100644 --- a/man/systemd-journal-remote.xml +++ b/man/systemd-journal-remote.xml @@ -21,7 +21,7 @@ You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see . --> - + systemd-journal-remote @@ -130,8 +130,8 @@ along with systemd; If not, see . - must be an address - suitable for (c.f. + ADDRESS must be an + address suitable for (c.f. systemd.socket5). systemd-journal-remote will listen on this socket for connections. Each connection is expected to be a @@ -139,16 +139,41 @@ along with systemd; If not, see . + + + + + 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). + 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. + + + $LISTEN_FDS 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.