proc-sys-fs-binfmt_misc.automount失败的服务

Séb*_*ien 2 linux service startup systemd

我刚安装了systemd,但服务失败,proc-sys-fs-binfmt_misc.automount

我在这里看到它是systemd的一部分:

https://github.com/systemd/systemd/blob/master/units/proc-sys-fs-binfmt_misc.automount

这个文件重要吗?如何解决激活问题?

低于我的systemctl状态

Last login: Mon Apr 13 23:13:19 2015 from nor75-18-82-241-236-193.fbx.proxad.net
svassaux@vps127101:~$ systemctl status
proc-sys-fs-binfmt_misc.automount -> '/org/freedesktop/systemd1/unit/proc_2dsys_               2dfs_2dbinfmt_5fmisc_2eautomount'
proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File Syste               m Automount Point
   Loaded: loaded (/lib/systemd/system/proc-sys-fs-binfmt_misc.automount; static               )
   Active: failed (Result: resources)
    Where: /proc/sys/fs/binfmt_misc
     Docs: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
           http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Run Code Online (Sandbox Code Playgroud)

Ruf*_*ind 5

对于那些想禁用的人 proc-sys-fs-binfmt_misc.automount(例如,如果您处于无法使用autofs的容器化环境中),请注意这systemctl disable将无法工作,但是

systemctl mask proc-sys-fs-binfmt_misc.automount
Run Code Online (Sandbox Code Playgroud)

做。