aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/sysctl.d
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-07-07 13:47:23 +0000
committerJohn Crispin <blogic@openwrt.org>2015-07-07 13:47:23 +0000
commit465a0d3899414cb9f9572b2573635d48baf18d7a (patch)
treee0206b9780a7b6a3eeff17bf2d8e068c7c673c36 /package/base-files/files/etc/sysctl.d
parentda93e16c643d08f70acee32d2b86054d343951cb (diff)
downloadmaster-187ad058-465a0d3899414cb9f9572b2573635d48baf18d7a.tar.gz
master-187ad058-465a0d3899414cb9f9572b2573635d48baf18d7a.tar.bz2
master-187ad058-465a0d3899414cb9f9572b2573635d48baf18d7a.zip
sysctl: read settings from /etc/sysctl.d/*.conf
This changes makes it possible to store custom settings in individual files inside the directory /etc/sysctl.d/. Signed-off-by: Stefan Tomanek <stefan.tomanek+openwrt@wertarbyte.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46239 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/etc/sysctl.d')
-rw-r--r--package/base-files/files/etc/sysctl.d/local.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/files/etc/sysctl.d/local.conf b/package/base-files/files/etc/sysctl.d/local.conf
new file mode 100644
index 0000000000..891da73df8
--- /dev/null
+++ b/package/base-files/files/etc/sysctl.d/local.conf
@@ -0,0 +1 @@
+# local sysctl settings can be stored in this directory