diff options
author | Tom Gundersen <teg@jklm.no> | 2012-07-24 18:54:21 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2012-07-24 18:54:21 +0200 |
commit | c24bbe110eced1c3c4b1c42345d90423c1891d38 (patch) | |
tree | 07bccd2ba3718fce5be352b02e074382e720f8fb | |
parent | 6803ceac614d287fad22a9da7291b9deedf59e04 (diff) |
systemd: shut all the tools up a bit
Increase the max log level to avoid INFO messages.
Signed-off-by: Tom Gundersen <teg@jklm.no>
-rwxr-xr-x | rc.sysinit | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |