aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrc.shutdown3
-rwxr-xr-xrc.sysinit2
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
diff --git a/rc.sysinit b/rc.sysinit
index a646bda..c8f6360 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -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