]> git.ipfire.org Git - thirdparty/systemd.git/blob - units/systemd-binfmt.service.in
Merge pull request #12378 from rbalint/vt-kbd-reset-check
[thirdparty/systemd.git] / units / systemd-binfmt.service.in
1 # SPDX-License-Identifier: LGPL-2.1+
2 #
3 # This file is part of systemd.
4 #
5 # systemd is free software; you can redistribute it and/or modify it
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
8 # (at your option) any later version.
9
10 [Unit]
11 Description=Set Up Additional Binary Formats
12 Documentation=man:systemd-binfmt.service(8) man:binfmt.d(5)
13 Documentation=https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html
14 Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
15 DefaultDependencies=no
16 Conflicts=shutdown.target
17 After=proc-sys-fs-binfmt_misc.automount
18 Before=sysinit.target shutdown.target
19 ConditionPathIsReadWrite=/proc/sys/
20 ConditionDirectoryNotEmpty=|/lib/binfmt.d
21 ConditionDirectoryNotEmpty=|/usr/lib/binfmt.d
22 ConditionDirectoryNotEmpty=|/usr/local/lib/binfmt.d
23 ConditionDirectoryNotEmpty=|/etc/binfmt.d
24 ConditionDirectoryNotEmpty=|/run/binfmt.d
25
26 [Service]
27 Type=oneshot
28 RemainAfterExit=yes
29 ExecStart=@rootlibexecdir@/systemd-binfmt
30 TimeoutSec=90s