From c91faef3b3facfdf13282aee957af25dd555890b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 4 Apr 2011 03:48:09 +0200 Subject: man: document /etc/sysctl.d/ --- man/binfmt.d.xml | 2 +- man/modules-load.d.xml | 2 +- man/sysctl.d.xml | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 97 insertions(+), 2 deletions(-) create mode 100644 man/sysctl.d.xml (limited to 'man') diff --git a/man/binfmt.d.xml b/man/binfmt.d.xml index d2a0d7932c..64c27554e6 100644 --- a/man/binfmt.d.xml +++ b/man/binfmt.d.xml @@ -4,7 +4,7 @@ + + + + + + sysctl.d + systemd + + + + Developer + Lennart + Poettering + lennart@poettering.net + + + + + + sysctl.d + 5 + + + + sysctl.d + Configure kernel parameters at boot + + + + /etc/sysctl.d/*.conf + + + + Description + + systemd uses + /etc/sysctl.d/ to configure + sysctl8 + kernel parameters to load during boot. Each + configuration file is named in the style of + /etc/sysctl.d/<program>.conf. + + + + Configuration Format + + The configuration files should simply contain a + list of variable assignments, separated by + newlines. Empty lines and lines whose first + non-whitespace character is # or ; are ignored. + + Note that both / and . are accepted as + separators in sysctl variable names. + + + + + Example + + /etc/sysctl.d/domain-name.conf example: + + # Set kernel YP domain name +kernel.domainname=example.com + + + + + See Also + + systemd1, + sysctl8, + sysctl.conf5 + + + + -- cgit v1.2.3-54-g00ecf