1 Star 0 Fork 91

jiahua_yu / systemd

forked from src-openEuler / systemd 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
set-forwardtowall-no-to-avoid-emerg-log-shown-on-she.patch 1.59 KB
一键复制 编辑 原始数据 按行查看 历史
胡宇彪 提交于 2023-07-31 10:00 . sync the patch from v249
From 22f8c4c2a22d9766d86b23429bd404a0864b0a9e Mon Sep 17 00:00:00 2001
From: linfeilong <linfeilong@huawei.com>
Date: Sat, 21 Oct 2017 14:48:18 +0800
Subject: [PATCH] set forwardtowall no to avoid emerg log shown on shell
---
man/journald.conf.xml | 2 +-
src/journal/journald.conf | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/man/journald.conf.xml b/man/journald.conf.xml
index 44fd0d2..8d38fe3 100644
--- a/man/journald.conf.xml
+++ b/man/journald.conf.xml
@@ -292,7 +292,7 @@
traditional syslog daemon, to the kernel log buffer (kmsg), to the system console, or sent as wall
messages to all logged-in users. These options take boolean arguments. If forwarding to syslog is
enabled but nothing reads messages from the socket, forwarding to syslog has no effect. By default,
- only forwarding to wall is enabled. These settings may be overridden at boot time with the kernel
+ these four configs are all disabled. These settings may be overridden at boot time with the kernel
command line options <literal>systemd.journald.forward_to_syslog</literal>,
<literal>systemd.journald.forward_to_kmsg</literal>,
<literal>systemd.journald.forward_to_console</literal>, and
diff --git a/src/journal/journald.conf b/src/journal/journald.conf
index 2f1c661..17dda27 100644
--- a/src/journal/journald.conf
+++ b/src/journal/journald.conf
@@ -32,7 +32,7 @@
#ForwardToSyslog=no
#ForwardToKMsg=no
#ForwardToConsole=no
-#ForwardToWall=yes
+ForwardToWall=no
#TTYPath=/dev/console
#MaxLevelStore=debug
#MaxLevelSyslog=debug
--
2.19.1
1
https://gitee.com/jiahua-yu/systemd.git
git@gitee.com:jiahua-yu/systemd.git
jiahua-yu
systemd
systemd
master

搜索帮助