X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fbinfmt.d.xml;h=55a3df0b73a6e5142984ad074f2935f1668f5b20;hb=e7a2419a2ae2a8f56a3e2840f8d623d2a449277a;hp=d2a0d7932cdcaf462a15ed47915063b2d9e637c7;hpb=151b190e79e64824552e01849352ca8f6ac7dedb;p=elogind.git diff --git a/man/binfmt.d.xml b/man/binfmt.d.xml index d2a0d7932..55a3df0b7 100644 --- a/man/binfmt.d.xml +++ b/man/binfmt.d.xml @@ -4,22 +4,23 @@ - + binfmt.d @@ -42,46 +43,42 @@ binfmt.d - Configure additional binary formats at boot + Configure additional binary formats for + executables at boot /etc/binfmt.d/*.conf + /run/binfmt.d/*.conf + /usr/lib/binfmt.d/*.conf Description - systemd uses - /etc/binfmt.d/ to configure - additional binary formats to register during boot in - the kernel. Each configuration file is named in the - style of - /etc/binfmt.d/<program>.conf. - - + At boot, + systemd-binfmt.service8 + reads configuration files from the above directories + to register in the kernel additional binary + formats for executables. - Configuration Format + Configuration Format Each file contains a list of binfmt_misc kernel binary format rules. Consult binfmt_misc.txt + url="https://www.kernel.org/doc/Documentation/binfmt_misc.txt">binfmt_misc.txt for more information on registration of additional binary formats and how to write rules. Empty lines and lines beginning with ; and # are ignored. Note that this means you may not use ; and # as delimiter in binary format rules. - - Configuration files are loaded in alphabetical - order. To ensure that a specific rule takes precedence - over another place it in a file with an alphabetically - later name. - + + Example @@ -96,7 +93,9 @@ See Also systemd1, - wine8 + systemd-binfmt.service8, + systemd-delta1, + wine8