This unit is provided by:
Options
- 
    [Service]- 
        ExecStart=/lib/systemd/systemd-binfmt
- 
        ExecStart=/usr/lib/systemd/systemd-binfmt
- 
        ExecStop=/lib/systemd/systemd-binfmt --unregister
- 
        ExecStop=/usr/lib/systemd/systemd-binfmt --unregister
- 
        RemainAfterExit=yes
- 
        TimeoutSec=90s
- 
        Type=oneshot
 
- 
        
- 
    [Unit]- 
        After=proc-sys-fs-binfmt_misc.automount proc-sys-fs-binfmt_misc.mount local-fs.target
- 
        Before=sysinit.target shutdown.target
- 
        ConditionDirectoryNotEmpty=|/lib/binfmt.d |/usr/lib/binfmt.d |/usr/local/lib/binfmt.d |/etc/binfmt.d |/run/binfmt.d
- 
        ConditionPathIsReadWrite=/proc/sys/
- 
        Conflicts=shutdown.target
- 
        DefaultDependencies=no
- 
        Description=Set Up Additional Binary Formats
- 
        Documentation=man:systemd-binfmt.service(8) man:binfmt.d(5) https://docs.kernel.org/admin-guide/binfmt-misc.html https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
 
- 
        
Additionnal notes
Nothing here.