chiark / gitweb /
kmod: automatically load a few kernel modules we need for normal operation before...
[elogind.git] / src / main.c
index 2e754fe6e0fa62680db690b1946fc14b1ad9ff5b..95d2115230308ff8437149ec3075d9dbd13bf345 100644 (file)
@@ -37,6 +37,7 @@
 #include "mount-setup.h"
 #include "hostname-setup.h"
 #include "loopback-setup.h"
+#include "kmod-setup.h"
 #include "load-fragment.h"
 #include "fdset.h"
 
@@ -639,6 +640,7 @@ int main(int argc, char *argv[]) {
         log_debug("systemd running in %s mode.", manager_running_as_to_string(running_as));
 
         if (running_as == MANAGER_INIT) {
+                kmod_setup();
                 hostname_setup();
                 loopback_setup();
         }