]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-binfmt.service.in
Merge pull request #12802 from irtimmer/fix-openssl
[thirdparty/systemd.git] / units / systemd-binfmt.service.in
CommitLineData
a7df2d1e
ZJS
1# SPDX-License-Identifier: LGPL-2.1+
2#
151b190e
LP
3# This file is part of systemd.
4#
5# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
6# under the terms of the GNU Lesser General Public License as published by
7# the Free Software Foundation; either version 2.1 of the License, or
151b190e
LP
8# (at your option) any later version.
9
10[Unit]
11Description=Set Up Additional Binary Formats
9393a877 12Documentation=man:systemd-binfmt.service(8) man:binfmt.d(5)
de03b295 13Documentation=https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html
14Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
151b190e
LP
15DefaultDependencies=no
16Conflicts=shutdown.target
d6bc8348 17After=proc-sys-fs-binfmt_misc.automount
151b190e 18Before=sysinit.target shutdown.target
41807efb 19ConditionPathIsReadWrite=/proc/sys/
9393a877 20ConditionDirectoryNotEmpty=|/lib/binfmt.d
adf70c5e
KS
21ConditionDirectoryNotEmpty=|/usr/lib/binfmt.d
22ConditionDirectoryNotEmpty=|/usr/local/lib/binfmt.d
23ConditionDirectoryNotEmpty=|/etc/binfmt.d
24ConditionDirectoryNotEmpty=|/run/binfmt.d
151b190e
LP
25
26[Service]
27Type=oneshot
28RemainAfterExit=yes
29ExecStart=@rootlibexecdir@/systemd-binfmt
b53374f9 30TimeoutSec=90s