1:255.13-alt1
[systemd_ALT.git] / units / systemd-binfmt.service.in
blob6861c766744c84cb85632f6ddf1c6de35a03e984
1 #  SPDX-License-Identifier: LGPL-2.1-or-later
3 #  This file is part of systemd.
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.
10 [Unit]
11 Description=Set Up Additional Binary Formats
12 Documentation=man:systemd-binfmt.service(8) man:binfmt.d(5)
13 Documentation=https://docs.kernel.org/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 After=proc-sys-fs-binfmt_misc.mount
19 After=local-fs.target
20 Before=sysinit.target shutdown.target
21 ConditionPathIsMountPoint=/proc/sys/fs/binfmt_misc
22 ConditionDirectoryNotEmpty=|/lib/binfmt.d
23 ConditionDirectoryNotEmpty=|/usr/lib/binfmt.d
24 ConditionDirectoryNotEmpty=|/usr/local/lib/binfmt.d
25 ConditionDirectoryNotEmpty=|/etc/binfmt.d
26 ConditionDirectoryNotEmpty=|/run/binfmt.d
28 [Service]
29 Type=oneshot
30 RemainAfterExit=yes
31 ExecStart={{LIBEXECDIR}}/systemd-binfmt
32 ExecStop={{LIBEXECDIR}}/systemd-binfmt --unregister
33 TimeoutSec=90s