modprobe intelligently adds or removes a module from the Linux kernel # modprobe ```bash # 查看mod lsmod # 手动加载 modprobe br_netfilter # 手动卸载 modprobe -r br_netfilter ``` # systemd-modules-load.service ```bash systemctl status systemd-modules-load.service -l ``` ```bash cat > /etc/modules-load.d/10-virtio-net.conf</lib/systemd/system/containerd.service<