报错:systemctl: command not found

2018年10月10日 | 分类: 【技术】

因为CentOS6 没有使用 systemd,所以没有 systemctl 命令。

可以使用 service 命令:

service <service-name> status/start/stop

例如:

service postgresql stop
service mongod stop