/sysctl.d/README
http://github.com/brinkman83/bashrc · #! · 9 lines · 8 code · 1 blank · 0 comment · 0 complexity · c20074b9b11a5202758c69d7bcb6996f MD5 · raw file
- This directory contains settings similar to those found in /etc/sysctl.conf.
- In general, files in the 10-*.conf range come from the procps package and
- serve as system defaults. Other packages install their files in the
- 30-*.conf range, to override system defaults. End-users can use 60-*.conf
- and above, or use /etc/sysctl.conf directly, which overrides anything in
- this directory.
- After making any changes, please run "service procps start" (or, from
- a Debian package maintainer script "invoke-rc.d procps start").