/sysctl.d/README

http://github.com/brinkman83/bashrc · #! · 9 lines · 8 code · 1 blank · 0 comment · 0 complexity · c20074b9b11a5202758c69d7bcb6996f MD5 · raw file

  1. This directory contains settings similar to those found in /etc/sysctl.conf.
  2. In general, files in the 10-*.conf range come from the procps package and
  3. serve as system defaults. Other packages install their files in the
  4. 30-*.conf range, to override system defaults. End-users can use 60-*.conf
  5. and above, or use /etc/sysctl.conf directly, which overrides anything in
  6. this directory.
  7. After making any changes, please run "service procps start" (or, from
  8. a Debian package maintainer script "invoke-rc.d procps start").