2020-11-09 13:23:58 +09:00
|
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
2017-11-18 17:35:03 +01:00
|
|
|
#
|
2010-05-18 03:10:17 +02:00
|
|
|
# This file is part of systemd.
|
|
|
|
|
#
|
|
|
|
|
# systemd is free software; you can redistribute it and/or modify it
|
2012-04-12 00:20:58 +02: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 03:10:17 +02:00
|
|
|
# (at your option) any later version.
|
|
|
|
|
|
|
|
|
|
[Unit]
|
2010-05-18 04:17:05 +02:00
|
|
|
Description=Arbitrary Executable File Formats File System Automount Point
|
2022-07-04 17:26:30 +03:00
|
|
|
Documentation=https://docs.kernel.org/admin-guide/binfmt-misc.html
|
2024-05-28 14:38:22 +02:00
|
|
|
Documentation=https://systemd.io/API_FILE_SYSTEMS
|
2022-09-15 15:54:18 +02:00
|
|
|
|
|
|
|
|
ConditionPathExists=/proc/sys/fs/binfmt_misc/
|
|
|
|
|
ConditionPathIsReadWrite=/proc/sys/
|
|
|
|
|
|
2010-07-12 22:55:27 +02:00
|
|
|
DefaultDependencies=no
|
2010-11-19 16:24:21 +01:00
|
|
|
Before=sysinit.target
|
2021-06-01 08:05:03 +02:00
|
|
|
Conflicts=shutdown.target
|
2022-09-30 16:05:54 +02:00
|
|
|
Before=shutdown.target
|
2010-05-18 03:10:17 +02:00
|
|
|
|
|
|
|
|
[Automount]
|
|
|
|
|
Where=/proc/sys/fs/binfmt_misc
|