proc-sys-fs-binfmt_misc.automount revision 744881d173e7e2d29a51c86edb8255857089cfd2
70N/A# This file is part of systemd.
70N/A#
70N/A# systemd is free software; you can redistribute it and/or modify it
70N/A# under the terms of the GNU Lesser General Public License as published by
943N/A# the Free Software Foundation; either version 2.1 of the License, or
70N/A# (at your option) any later version.
70N/A
919N/A[Unit]
919N/ADescription=Arbitrary Executable File Formats File System Automount Point
919N/ADocumentation=https://www.kernel.org/doc/Documentation/binfmt_misc.txt
919N/ADefaultDependencies=no
919N/ABefore=sysinit.target
919N/AConditionPathExists=/proc/sys/fs/binfmt_misc/
919N/AConditionPathIsReadWrite=/proc/sys/
919N/A
919N/A[Automount]
919N/AWhere=/proc/sys/fs/binfmt_misc
919N/A