aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-07-24 18:54:21 +0200
committerTom Gundersen <teg@jklm.no>2012-07-24 18:54:21 +0200
commitc24bbe110eced1c3c4b1c42345d90423c1891d38 (patch)
tree07bccd2ba3718fce5be352b02e074382e720f8fb /rc.sysinit
parent6803ceac614d287fad22a9da7291b9deedf59e04 (diff)
downloadinitscripts-c24bbe110eced1c3c4b1c42345d90423c1891d38.tar.xz
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>
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit3
1 files changed, 3 insertions, 0 deletions
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