当前位置:  开发笔记 > 编程语言 > 正文

systemd显然没有找到.service文件

如何解决《systemd显然没有找到.service文件》经验,为你挑选了2个好方法。

我为我们的foo服务组装了一个foo.service文件,作为守护进程运行.当我运行systemctl start foo(和stop)但 systemtcl enable foo结果时,服务运行正常Failed to issue method call: Invalid argument.单元文件放在/etc/systemd/system/foo.service,并具有权限0755.将systemd设置为debug并运行enable give

Looking for unit files in (highest priority first):`
    /etc/systemd/system
    /run/systemd/system
    /usr/local/lib/systemd/system
    /usr/lib/systemd/system
Looking for SysV init scripts in:
    /etc/rc.d/init.d
Looking for SysV rcN.d links in:
    /etc/rd.c
Failed to issue method call: Invalid argument

谷歌搜索似乎没有找到.service文件.有什么方法可以验证吗?如果是这样,我该如何解决?关于可能出错的其他任何想法?我可以启用更多调试吗?给出的调试信息并没有真正帮助我缩小问题的范围.

foo.service看起来像:

[Unit]
Description=Blah Blah Blah

[Service]
ExecStart=/usr/bar/doof/foo
Type=simple
PIDFile=/var/run/foo.pid

[Install]
WantedBy=multi-user.target,graphical.target

编辑:是的,我确实跑了systemctl daemon-reload.



1> Mark..:

对于谷歌的人:

验证 sudo systemd-analyze verify NAME.service

使用符号链接时,请确保它使用绝对路径

确保名称是这样的 /etc/systemd/system/*.service

sudo systemctl daemon-reload改变后做



2> M4ver1k..:

就我而言,问题是文件是从另一个分区进行符号链接的,而systemd不支持该链接。

Unit files have to reside on a partition that is mounted at the moment the host PID 1 is invoked. i.e. either on the root partition or some other partition that the initrd premounts.

我正在回答一个老问题,因为这是在搜索该问题时的最佳结果,可能会帮助某人

推荐阅读
mobiledu2402851173
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有