aboutsummaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-06-07 01:17:20 +0200
committerTom Gundersen <teg@jklm.no>2012-06-07 01:17:20 +0200
commit71bc476074836ffcf60069889f8b45234060db9e (patch)
tree02a0ac3a3bfd755e5acc963318a7857d1c49e21f /functions
parent33f549769f77ec7626dd8a88ec570c353906d8ac (diff)
downloadinitscripts-71bc476074836ffcf60069889f8b45234060db9e.tar.xz
module-load: silence
We don't need to see all modules inserted on every boot. Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'functions')
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index c498f8a..735f75f 100644
--- a/functions
+++ b/functions
@@ -347,7 +347,7 @@ kill_all() {
load_modules() {
local rc=0
- /usr/lib/systemd/systemd-modules-load
+ /usr/lib/systemd/systemd-modules-load &>/dev/null
rc=$?
if (( ${#MODULES[*]} )); then