]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: add a bit more text about systemd-journal-upload.service 8926/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 8 May 2018 08:39:18 +0000 (10:39 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 8 May 2018 08:39:18 +0000 (10:39 +0200)
man/journal-upload.conf.xml
man/systemd-journal-upload.service.xml

index 9d486d9801c196753c6bb6156854a4826c57a89e..cd3335452afb28e889c1129840c3882baa68e3d5 100644 (file)
@@ -68,7 +68,8 @@
         <listitem><para>The URL to upload the journal entries to. See the description
         of <varname>--url=</varname> option in
         <citerefentry><refentrytitle>systemd-journal-upload</refentrytitle><manvolnum>8</manvolnum></citerefentry>
-        for the description of possible values.</para></listitem>
+        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.</para></listitem>
       </varlistentry>
 
       <varlistentry>
index 141e595400d86897f45b7e6aebda2997eeb259e6..f923e53d29a60f6e1e6ff5f7bb15546bac353cb8 100644 (file)
     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.</para>
+
+    <para><filename>systemd-journal-upload.service</filename> is a system service that uses
+    <command>systemd-journal-upload</command> to upload journal entries to a server. It uses the
+    configuration in
+    <citerefentry><refentrytitle>journal-upload.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
+    At least the <varname>URL=</varname> option must be specified.</para>
   </refsect1>
 
   <refsect1>