From: Zbigniew Jędrzejewski-Szmek Date: Tue, 8 May 2018 08:39:18 +0000 (+0200) Subject: man: add a bit more text about systemd-journal-upload.service X-Git-Tag: v239~306^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b063391d8c63e96f2bc8d43ddd07208b9d99577;p=thirdparty%2Fsystemd.git man: add a bit more text about systemd-journal-upload.service --- diff --git a/man/journal-upload.conf.xml b/man/journal-upload.conf.xml index 9d486d9801c..cd3335452af 100644 --- a/man/journal-upload.conf.xml +++ b/man/journal-upload.conf.xml @@ -68,7 +68,8 @@ The URL to upload the journal entries to. See the description of --url= option in systemd-journal-upload8 - for the description of possible values. + for the description of possible values. There is no default value, so either this + option or the command-line option must be always present to make an upload. diff --git a/man/systemd-journal-upload.service.xml b/man/systemd-journal-upload.service.xml index 141e595400d..f923e53d29a 100644 --- a/man/systemd-journal-upload.service.xml +++ b/man/systemd-journal-upload.service.xml @@ -61,6 +61,12 @@ Unless limited by one of the options specified below, all journal entries accessible to the user the program is running as will be uploaded, and then the program will wait and send new entries as they become available. + + systemd-journal-upload.service is a system service that uses + systemd-journal-upload to upload journal entries to a server. It uses the + configuration in + journal-upload.conf5. + At least the URL= option must be specified.