2010-05-18 09:10:17 +08:00
|
|
|
# This file is part of systemd.
|
|
|
|
#
|
|
|
|
# systemd is free software; you can redistribute it and/or modify it
|
2012-04-12 06:20:58 +08:00
|
|
|
# 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
|
2010-05-18 09:10:17 +08:00
|
|
|
# (at your option) any later version.
|
|
|
|
|
|
|
|
[Unit]
|
2010-05-18 10:17:05 +08:00
|
|
|
Description=Arbitrary Executable File Formats File System
|
2012-05-21 21:12:18 +08:00
|
|
|
Documentation=https://www.kernel.org/doc/Documentation/binfmt_misc.txt
|
2013-01-16 01:13:34 +08:00
|
|
|
Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
2010-07-13 04:55:27 +08:00
|
|
|
DefaultDependencies=no
|
2010-05-18 09:10:17 +08:00
|
|
|
|
|
|
|
[Mount]
|
|
|
|
What=binfmt_misc
|
|
|
|
Where=/proc/sys/fs/binfmt_misc
|
|
|
|
Type=binfmt_misc
|