因为CentOS6 没有使用 systemd,所以没有 systemctl 命令。
可以使用 service 命令:
service <service-name> status/start/stop
例如:
service postgresql stop service mongod stop
标签: error