我已经安装了systemd定义文件,但是systemd无法使用它。可能是什么问题,或者如何调试?
ettin:~# ls -l /etc/systemd/system/efl_test_daemon.service
-rwxr-xr-x 1 root root 145 Aug 18 13:11 /etc/systemd/system/efl_test_daemon.service
ettin:~# /bin/systemctl start efl_test_daemon.service
Failed to issue method call: Unit efl_test_daemon.service failed to load: No such file or directory.
如果您如上所述完成重装,请提供systemctl list-units | |的输出。grep测试
—
Navern 2015年
@MichaelHampton谢谢,我一直在寻找这个解决方案3个小时!
—
maxdaniel98'3
systemctl daemon-reload
吗?