From c7f001117e53f96fc267b127098f85e0e95fbc62 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 10 Sep 2016 15:10:55 -0400 Subject: ./move.sh --- .../systemd-binfmt/proc-sys-fs-binfmt_misc.mount | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/grp-initprogs/systemd-binfmt/proc-sys-fs-binfmt_misc.mount (limited to 'src/grp-initprogs/systemd-binfmt/proc-sys-fs-binfmt_misc.mount') diff --git a/src/grp-initprogs/systemd-binfmt/proc-sys-fs-binfmt_misc.mount b/src/grp-initprogs/systemd-binfmt/proc-sys-fs-binfmt_misc.mount new file mode 100644 index 0000000000..8c7c386318 --- /dev/null +++ b/src/grp-initprogs/systemd-binfmt/proc-sys-fs-binfmt_misc.mount @@ -0,0 +1,17 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# 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. + +[Unit] +Description=Arbitrary Executable File Formats File System +Documentation=https://www.kernel.org/doc/Documentation/binfmt_misc.txt +Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems +DefaultDependencies=no + +[Mount] +What=binfmt_misc +Where=/proc/sys/fs/binfmt_misc +Type=binfmt_misc -- cgit v1.2.3-54-g00ecf