centos systemctl daemon-reload 提示 no such file or directory 的一个原因
Posted 白桂任的博客
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos systemctl daemon-reload 提示 no such file or directory 的一个原因相关的知识,希望对你有一定的参考价值。
service 的文件名写错了
比如 mongodb.service 写成了 mongodb.srvice
真的是坑,居然没有提示具体的路径,只是提示一个 no such file or directory
要是提示 xxx.service:no such file or directory 还好
以上是关于centos systemctl daemon-reload 提示 no such file or directory 的一个原因的主要内容,如果未能解决你的问题,请参考以下文章
CentOS7.5下开发systemctl管理的自定义Rsync启动服务程序