From b750101eb236130cf056c675997decbac904cc49 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:35:18 +0200 Subject: Adding upstream version 252.22. Signed-off-by: Daniel Baumann --- man/binfmt.d.xml | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 man/binfmt.d.xml (limited to 'man/binfmt.d.xml') diff --git a/man/binfmt.d.xml b/man/binfmt.d.xml new file mode 100644 index 0000000..ab56460 --- /dev/null +++ b/man/binfmt.d.xml @@ -0,0 +1,74 @@ + + + + + + + + binfmt.d + systemd + + + + binfmt.d + 5 + + + + binfmt.d + Configure additional binary formats for + executables at boot + + + + /etc/binfmt.d/*.conf + /run/binfmt.d/*.conf + /usr/lib/binfmt.d/*.conf + + + + Description + + At boot, + systemd-binfmt.service8 + reads configuration files from the above directories to register + in the kernel additional binary formats for executables. + + + + Configuration Format + + Each file contains a list of binfmt_misc kernel binary format rules. Consult the kernel's Kernel Support for + miscellaneous Binary Formats (binfmt_misc) documentation file 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 those symbols as the delimiter in binary format rules. + + + + + + Example + + /etc/binfmt.d/wine.conf example: + + # Start WINE on Windows executables +:DOSWin:M::MZ::/usr/bin/wine: + + + + + See Also + + systemd1, + systemd-binfmt.service8, + systemd-delta1, + wine8 + + + + -- cgit v1.2.3