Linux启动某个服务报错:Failed to start xxx.service: Unit not found
程序员文章站
2022-07-10 20:19:38
...
- 首先看一下服务列表里有没有这个服务
systemctl list-unit-files --type=service
- 有的话执行
systemctl daemon-reload
即可,没有的话说明东西没装好。