aboutsummaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-05-29 20:27:39 +0200
committerTom Gundersen <teg@jklm.no>2012-05-29 20:27:39 +0200
commitc92270d34def149ed74a3202b1ffed056c0151d0 (patch)
treedfbe4af22220d9018a2a0b87f1761a07182eabbd /functions
parentfb88ea7f023439cb66f7ba79c0271d0660e1c7fb (diff)
downloadinitscripts-c92270d34def149ed74a3202b1ffed056c0151d0.tar.xz
fix another wrong path
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 df1ba33..d62cc20 100644
--- a/functions
+++ b/functions
@@ -347,7 +347,7 @@ kill_all() {
load_modules() {
local rc=0
- /usr/lib/systemd/systemd-load-modules
+ /usr/lib/systemd/systemd-modules-load
rc=$?
if (( ${#MODULES[*]} )); then