2018-05-11 Centos7 Failed to start xxx.service : unit not found. Systemctl cannot be used after the service is installed

First of all, let’s see if there is this service in the service list

systemctl list-unit-files --type=service

If any:

systemctl daemon-reload

That’s it

If not, please confirm whether the system is centos7, install systemctl and try again

Similar Posts: