diff --git a/install.sh b/install.sh index 78f1075..1718ab9 100755 --- a/install.sh +++ b/install.sh @@ -148,4 +148,5 @@ install_data misc_systemd_units/network.service "$DESTDIR$systemdunitd install_data misc_systemd_units/mxvlan.service "$DESTDIR$systemdunitdir/mxvlan.service" mkdir -p "$DESTDIR$usr_prefix/share/applications" install_data applications-defaults/defaults.list "$DESTDIR$usr_prefix/share/applications/defaults.list" +install_data misc_etc_files/modprobe.d/nfs_slotlimit.conf "$DESTDIR$sysconfdir/modprobe.d/nfs_slotlimit.conf" exit diff --git a/misc_etc_files/modprobe.d/nfs_slotlimit.conf b/misc_etc_files/modprobe.d/nfs_slotlimit.conf new file mode 100644 index 0000000..6201cc0 --- /dev/null +++ b/misc_etc_files/modprobe.d/nfs_slotlimit.conf @@ -0,0 +1 @@ +options nfs max_session_slots=4