From c91faef3b3facfdf13282aee957af25dd555890b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 4 Apr 2011 03:48:09 +0200 Subject: [PATCH] man: document /etc/sysctl.d/ --- Makefile.am | 3 +- man/binfmt.d.xml | 2 +- man/modules-load.d.xml | 2 +- man/sysctl.d.xml | 95 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 99 insertions(+), 3 deletions(-) create mode 100644 man/sysctl.d.xml diff --git a/Makefile.am b/Makefile.am index 4fd3e6257..349316aa3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -573,7 +573,8 @@ MANPAGES = \ man/locale.conf.5 \ man/os-release.5 \ man/modules-load.d.5 \ - man/binfmt.d.5 + man/binfmt.d.5 \ + man/sysctl.d.5 MANPAGES_ALIAS = \ man/reboot.8 \ diff --git a/man/binfmt.d.xml b/man/binfmt.d.xml index d2a0d7932..64c27554e 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 + + + + -- 2.30.2