diff options
author | Tom Gundersen <teg@jklm.no> | 2012-07-24 19:13:02 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2012-07-24 19:20:09 +0200 |
commit | 98baa63c2008aa70c9e95f5fe46a79cec87aad31 (patch) | |
tree | 81b7252c6877d9db27f12eda9087cdbda2ecfb31 | |
parent | c24bbe110eced1c3c4b1c42345d90423c1891d38 (diff) |
systemd: also increase to LOG_NOTICE on shutdown
Signed-off-by: Tom Gundersen <teg@jklm.no>
-rwxr-xr-x | rc.shutdown | 3 | ||||
-rwxr-xr-x | rc.sysinit | 2 |
2 files changed, 4 insertions, 1 deletions
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 @@ -7,7 +7,7 @@ . /etc/rc.d/functions # don't let all the systemd tools be too verbose -export SYSTEM_LOG_LEVEL="LOG_NOTICE" +export SYSTEMD_LOG_LEVEL="notice" # Prints distro name and URL print_welcome |