X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-journal-remote.xml;h=1f0d93e2f327778061a244d3c6c50d21c23f5bac;hb=dca348bcbb462305864526c587495a14a76bfcde;hp=036d0bcb4a2e0a944dbbc8e0264b6b4e9ffebc1c;hpb=fdfccdbc985944a57017a25f44dd6acc1a937bab;p=elogind.git diff --git a/man/systemd-journal-remote.xml b/man/systemd-journal-remote.xml index 036d0bcb4..1f0d93e2f 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 @@ -79,7 +79,7 @@ along with systemd; If not, see . (systemd-journal-remote requests and pulls the data), or "passive" (systemd-journal-remote waits for a - connection and than receives events pushed by the other side). + connection and then receives events pushed by the other side). @@ -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 (cf. 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. @@ -170,8 +195,8 @@ along with systemd; If not, see . end with .journal. The file will be created if it does not exist. When necessary (journal file full, or corrupted) the file will be renamed following normal - journald rules and a new journal file will be created in it's - stead. + journald rules and a new journal file will be created in its + stead.