79dacd0
From 2134b5ef6b5c944036d051381f4bd7b7e61ef373 Mon Sep 17 00:00:00 2001
79dacd0
From: Lennart Poettering <lennart@poettering.net>
79dacd0
Date: Thu, 9 Oct 2014 11:36:34 +0200
79dacd0
Subject: [PATCH] man: SyslogIdentifier= has an effect on journal logging too
79dacd0
79dacd0
---
79dacd0
 man/systemd.exec.xml | 18 +++++++++++-------
79dacd0
 1 file changed, 11 insertions(+), 7 deletions(-)
79dacd0
79dacd0
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
79dacd0
index 939983fb7e..e9af4abd6d 100644
79dacd0
--- a/man/systemd.exec.xml
79dacd0
+++ b/man/systemd.exec.xml
79dacd0
@@ -572,15 +572,19 @@
79dacd0
                         <varlistentry>
79dacd0
                                 <term><varname>SyslogIdentifier=</varname></term>
79dacd0
                                 <listitem><para>Sets the process name
79dacd0
-                                to prefix log lines sent to syslog or
79dacd0
-                                the kernel log buffer with. If not set,
79dacd0
-                                defaults to the process name of the
79dacd0
-                                executed process. This option is only
79dacd0
-                                useful when
79dacd0
+                                to prefix log lines sent to the
79dacd0
+                                logging system or the kernel log
79dacd0
+                                buffer with. If not set, defaults to
79dacd0
+                                the process name of the executed
79dacd0
+                                process. This option is only useful
79dacd0
+                                when
79dacd0
                                 <varname>StandardOutput=</varname> or
79dacd0
                                 <varname>StandardError=</varname> are
79dacd0
-                                set to <option>syslog</option> or
79dacd0
-                                <option>kmsg</option>.</para></listitem>
79dacd0
+                                set to <option>syslog</option>,
79dacd0
+                                <option>journal</option> or
79dacd0
+                                <option>kmsg</option> (or to the same
79dacd0
+                                settings in combination with
79dacd0
+                                <option>+console</option>).</para></listitem>
79dacd0
                         </varlistentry>
79dacd0
                         <varlistentry>
79dacd0
                                 <term><varname>SyslogFacility=</varname></term>