'\" t .\" Title: binfmt.d .\" Author: Lennart Poettering .\" Generator: DocBook XSL Stylesheets v1.76.1 .\" Date: 10/07/2013 .\" Manual: binfmt.d .\" Source: systemd .\" Language: English .\" .TH "BINFMT\&.D" "5" "10/07/2013" "systemd" "binfmt.d" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" binfmt.d \- Configure additional binary formats at boot .SH "SYNOPSIS" .PP /etc/binfmt\&.d/*\&.conf .PP /run/binfmt\&.d/*\&.conf .PP /usr/lib/binfmt\&.d/*\&.conf .SH "DESCRIPTION" .PP \fBsystemd\fR uses files from the above directories to configure additional binary formats to register during boot in the kernel\&. .SH "CONFIGURATION FORMAT" .PP Each file contains a list of binfmt_misc kernel binary format rules\&. Consult \m[blue]\fBbinfmt_misc\&.txt\fR\m[]\&\s-2\u[1]\d\s+2 for more information on registration of additional binary formats and how to write rules\&. .PP Empty lines and lines beginning with ; and # are ignored\&. Note that this means you may not use ; and # as delimiter in binary format rules\&. .PP Each configuration file is named in the style of \&.conf\&. Files in /etc/ overwrite files with the same name in /usr/lib/\&. Files in /run overwrite 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 overwrite 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\&. .SH "EXAMPLE" .PP \fBExample\ \&1.\ \&/etc/binfmt.d/wine.conf example:\fR .sp .if n \{\ .RS 4 .\} .nf # Start WINE on Windows executables :DOSWin:M::MZ::/usr/bin/wine: .fi .if n \{\ .RE .\} .SH "SEE ALSO" .PP \fBsystemd\fR(1), \fBwine\fR(8) .SH "AUTHOR" .PP \fBLennart Poettering\fR <\&lennart@poettering\&.net\&> .RS 4 Developer .RE .SH "NOTES" .IP " 1." 4 binfmt_misc.txt .RS 4 \%http://www.kernel.org/doc/Documentation/binfmt_misc.txt .RE