]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-binfmt.service.in
test-string-util: add another test for stripping slashes
[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)
49dbfa7b 13Documentation=https://www.kernel.org/doc/Documentation/binfmt_misc.txt
151b190e
LP
14DefaultDependencies=no
15Conflicts=shutdown.target
d6bc8348 16After=proc-sys-fs-binfmt_misc.automount
151b190e 17Before=sysinit.target shutdown.target
41807efb 18ConditionPathIsReadWrite=/proc/sys/
9393a877 19ConditionDirectoryNotEmpty=|/lib/binfmt.d
adf70c5e
KS
20ConditionDirectoryNotEmpty=|/usr/lib/binfmt.d
21ConditionDirectoryNotEmpty=|/usr/local/lib/binfmt.d
22ConditionDirectoryNotEmpty=|/etc/binfmt.d
23ConditionDirectoryNotEmpty=|/run/binfmt.d
151b190e
LP
24
25[Service]
26Type=oneshot
27RemainAfterExit=yes
28ExecStart=@rootlibexecdir@/systemd-binfmt
b53374f9 29TimeoutSec=90s