From 40b71e89bae4e51768db4dc50ec64c1e9c96eec4 Mon Sep 17 00:00:00 2001 From: Sebastian Thorarensen Date: Fri, 14 Mar 2014 00:38:15 +0100 Subject: journald: add support for wall forwarding This will let journald forward logs as messages sent to all logged in users (like wall). Two options are added: * ForwardToWall (default yes) * MaxLevelWall (default emerg) 'ForwardToWall' is overridable by kernel command line option 'systemd.journald.forward_to_wall'. This is used to emulate the traditional syslogd behaviour of sending emergency messages to all logged in users. --- man/systemd-journald.service.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'man/systemd-journald.service.xml') diff --git a/man/systemd-journald.service.xml b/man/systemd-journald.service.xml index 4d2cb40805..f0ce7aae64 100644 --- a/man/systemd-journald.service.xml +++ b/man/systemd-journald.service.xml @@ -142,11 +142,12 @@ systemd.journald.forward_to_syslog= systemd.journald.forward_to_kmsg= systemd.journald.forward_to_console= + systemd.journald.forward_to_wall= Enables/disables forwarding of collected log messages - to syslog, the kernel log buffer or - the system console. + to syslog, the kernel log buffer, the + system console or wall. See -- cgit v1.2.3-54-g00ecf