/etc/init/binfmt-support.conf is in binfmt-support 2.0.8.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | # binfmt-support - Support for extra binary formats
#
# Enable support for extra binary formats using the Linux kernel's
# binfmt_misc facility.
description "Enabling additional executable binary formats"
author "Colin Watson <cjwatson@debian.org>"
start on filesystem
task
exec update-binfmts --enable
|