systemd-binfmt.service.in revision d6bc8348d5be8576a475ac8ced2b0146e60fb71f
119N/A# This file is part of systemd.
119N/A#
119N/A# systemd is free software; you can redistribute it and/or modify it
119N/A# under the terms of the GNU Lesser General Public License as published by
119N/A# the Free Software Foundation; either version 2.1 of the License, or
119N/A# (at your option) any later version.
119N/A
119N/A[Unit]
119N/ADescription=Set Up Additional Binary Formats
119N/ADocumentation=man:systemd-binfmt.service(8) man:binfmt.d(5)
119N/ADocumentation=https://www.kernel.org/doc/Documentation/binfmt_misc.txt
119N/ADefaultDependencies=no
119N/AConflicts=shutdown.target
119N/AAfter=proc-sys-fs-binfmt_misc.automount
119N/ABefore=sysinit.target shutdown.target
119N/AConditionPathIsReadWrite=/proc/sys/
119N/AConditionDirectoryNotEmpty=|/lib/binfmt.d
119N/AConditionDirectoryNotEmpty=|/usr/lib/binfmt.d
119N/AConditionDirectoryNotEmpty=|/usr/local/lib/binfmt.d
119N/AConditionDirectoryNotEmpty=|/etc/binfmt.d
119N/AConditionDirectoryNotEmpty=|/run/binfmt.d
119N/A
5356N/A[Service]
119N/AType=oneshot
5841N/ARemainAfterExit=yes
119N/AExecStart=@rootlibexecdir@/systemd-binfmt
119N/A