X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fbinfmt.d.xml;h=55a3df0b73a6e5142984ad074f2935f1668f5b20;hp=64c27554e672bf9b609b944c254df06b2e36bd02;hb=adb76a701d870b980f7949bcfece2c1547b4976d;hpb=c91faef3b3facfdf13282aee957af25dd555890b diff --git a/man/binfmt.d.xml b/man/binfmt.d.xml index 64c27554e..55a3df0b7 100644 --- a/man/binfmt.d.xml +++ b/man/binfmt.d.xml @@ -7,19 +7,20 @@ Copyright 2011 Lennart Poettering systemd is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. systemd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. + Lesser General Public License for more details. - You should have received a copy of the GNU General Public License + You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see . --> - + 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