From 9393a8774c1acd60deea40007061b9ffc783bf7e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 31 May 2012 16:00:34 +0200 Subject: man: add documentation for the binfmt, modules-load, sysctl services --- man/sysctl.d.xml | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) (limited to 'man/sysctl.d.xml') diff --git a/man/sysctl.d.xml b/man/sysctl.d.xml index 4f30276ad4..a4a495ee32 100644 --- a/man/sysctl.d.xml +++ b/man/sysctl.d.xml @@ -54,10 +54,12 @@ Description - systemd uses configuration - files from the above directories to configure + At boot, + systemd-binfmt.service8 + reads configuration files from the above directories + to configure sysctl8 - kernel parameters during boot. + kernel parameters. @@ -76,17 +78,17 @@ Each configuration file shall be named in the style of <program>.conf. - Files in /run/ override files - with the same name in /usr/lib/. - Files in /etc override files with - the same name in /run/ and - /usr/lib/. Packages should - install their configuration files in + Files in /etc/ override files + with the same name in /usr/lib/ + and /run/. Files in + /run override files with the same + name in /usr/lib/. Packages + should install their configuration files in /usr/lib/. Files in /etc/ are reserved for the local administrator, who may use this logic to override the - configuration installed by vendor packages. All - configuration files are sorted by their name in + configuration files installed by vendor packages. All + configuration files are sorted by their filename in alphabetical order, regardless in which of the directories they reside, to guarantee that a specific configuration file takes precedence over another file @@ -97,8 +99,8 @@ configuration file supplied by the vendor the recommended way is to place a symlink to /dev/null in - /etc/sysctl.d carrying with the - same name. + /etc/sysctl.d/ bearing the + same file name. @@ -115,6 +117,8 @@ kernel.domainname=example.com See Also systemd1, + systemd-sysctl.service8, + systemd-delta1, sysctl8, sysctl.conf5 -- cgit v1.2.3-54-g00ecf