From 98baa63c2008aa70c9e95f5fe46a79cec87aad31 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Tue, 24 Jul 2012 19:13:02 +0200 Subject: systemd: also increase to LOG_NOTICE on shutdown Signed-off-by: Tom Gundersen --- rc.shutdown | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rc.shutdown') diff --git a/rc.shutdown b/rc.shutdown index 02f5e83..d569dd2 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -6,6 +6,9 @@ . /etc/rc.conf . /etc/rc.d/functions +# don't let all the systemd tools be too verbose +export SYSTEMD_LOG_LEVEL="notice" + # avoid staircase effect stty onlcr -- cgit v1.2.3