From c24bbe110eced1c3c4b1c42345d90423c1891d38 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Tue, 24 Jul 2012 18:54:21 +0200 Subject: systemd: shut all the tools up a bit Increase the max log level to avoid INFO messages. Signed-off-by: Tom Gundersen --- rc.sysinit | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rc.sysinit b/rc.sysinit index ed796c7..a646bda 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -6,6 +6,9 @@ . /etc/rc.conf . /etc/rc.d/functions +# don't let all the systemd tools be too verbose +export SYSTEM_LOG_LEVEL="LOG_NOTICE" + # Prints distro name and URL print_welcome -- cgit v1.2.3