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/binfmt.d.xml | 53 +++++++++++++++++++++++++++++++++-------------------- 1 file changed, 33 insertions(+), 20 deletions(-) (limited to 'man/binfmt.d.xml') diff --git a/man/binfmt.d.xml b/man/binfmt.d.xml index 1cc75da9ac..1f5a51db4a 100644 --- a/man/binfmt.d.xml +++ b/man/binfmt.d.xml @@ -42,7 +42,8 @@ binfmt.d - Configure additional binary formats at boot + Configure additional binary formats for + executables at boot @@ -54,10 +55,11 @@ Description - systemd uses - files from the above directories to configure - additional binary formats to register during boot in - the kernel. + At boot, + systemd-binfmt.service8 + reads configuration files from the above directories + to register in the kernel additional binary + formats for executables. @@ -73,21 +75,30 @@ ignored. Note that this means you may not use ; and # as delimiter in binary format rules. - Each configuration file is named in the style of - <program>.conf. - Files in /etc/ override - files with the same name in /usr/lib/. - Files in /run override files with - the same name in /etc/ and - /usr/lib/. Packages should install their - configuration files in /usr/lib/, files - in /etc/ are reserved for the local - administration, which possibly decides to override the - configurations installed from packages. All files are sorted - by filename in alphabetical order, regardless in which of the - directories they reside, to ensure that a specific - configuration file takes precedence over another file with - an alphabetically later name. + Each configuration file shall be named in the + style of <program>.conf. + 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 files installed from vendor + packages. All 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 + with an alphabetically later name. + + If the administrator wants to disable a + configuration file supplied by the vendor the + recommended way is to place a symlink to + /dev/null in + /etc/binfmt.d/ bearing the + same file name. @@ -104,6 +115,8 @@ See Also systemd1, + systemd-binfmt.service8, + systemd-delta1, wine8 -- cgit v1.2.3-54-g00ecf