From 706343f492725fe430879c5d4a3485d7c49b0601 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 5 Jan 2012 23:54:45 +0100 Subject: journal: introduce log target 'journal' for executed processes --- man/systemd.exec.xml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'man/systemd.exec.xml') diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 230c4a31f7..c1ab6b9010 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -366,8 +366,10 @@ , , , + , + , , - or + or . If set to the file descriptor of standard input is @@ -392,8 +394,17 @@ service. connects it with the kernel log buffer which is accessible via - dmesg1. - and work + dmesg1. + connects it with the journal which is + accessible via + systemd-journalctl1 + (Note that everything that is written + to syslog or kmsg is implicitly stored + in the journal as well, those options + are hence supersets of this + one). , + and + work similarly but copy the output to the system console as well. connects @@ -407,7 +418,7 @@ in systemd.conf5, which defaults to - . + . StandardError= -- cgit v1.2.3-54-g00ecf