summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'etc.Linux/sysctl.d/README')
-rw-r--r--etc.Linux/sysctl.d/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc.Linux/sysctl.d/README b/etc.Linux/sysctl.d/README
new file mode 100644
index 00000000..dc609ac9
--- /dev/null
+++ b/etc.Linux/sysctl.d/README
@@ -0,0 +1,15 @@
+For more information on how kernel parameter configuration works, please see
+the manpages sysctl(8) and sysctl.conf(5).
+
+In order for this to work properly, you must first
+enable 'Sysctl support' in the kernel.
+
+Look in /proc/sys/ for all the things you can setup.
+sysctl processes files that end in *.conf in directories in the
+following order before processing /etc/sysctl.conf.
+
+- /run/sysctl.d
+- /etc/sysctl.d
+- /usr/local/lib/sysctl.d
+- /usr/lib/sysctl.d
+- /lib/sysctl.d