我正在使用 ubuntu 14.10。
我刚刚安装了 systemd 并且我有一个失败的服务,proc-sys-fs-binfmt_misc.automount.
我在这里看到它是以下内容的一部分systemd:
这个文件重要吗?如何解决激活问题?
的输出systemctl status:
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 System 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)
编辑:我的单位文件:
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by …Run Code Online (Sandbox Code Playgroud)