How to make CentOS Linux to load a module automatically at boot time?
Posted on In QAHow to make CentOS Linux to load a module, say ixgbe, automatically at boot time? I am using CentOS 7.
You can create a text file <some name>.conf
in the /etc/modules-load.d/
and list the modules to be loaded there, one per line. The systemd-modules-load.service daemon will read these files and load the modules.
Check more details of modules-load.d by checking the modules-load.d
man page.