]> git.sven.stormbind.net Git - sven/mpt-status.git/blobdiff - mpt-status.init
Blindly load the mptctl module.
[sven/mpt-status.git] / mpt-status.init
index f9366ffef58d8dc3419ac414f3fc7ca8506d274a..5209872c8f779c5b6fc2a795855a09accc7cf0ea 100644 (file)
@@ -47,6 +47,10 @@ if [ $RUN_DAEMON = "no" ] ; then
        exit 0
 fi
 
+
+#Try to blindly load the mptctl module
+modprobe mptctl || true
+
 if ! [ -e "/proc/mpt/version" ] ; then
        log_failure_msg "The mptctl module is missing."
        exit 0