systemctl使用指南:CentOS 7.x systemd对比CentOS 6.x daemon
从CentOS 7.x开始,CentOS开始使用systemd服务来代替daemon,原来管理系统启动和管理系统服务的相关命令全部由systemctl命令来代替。1、原来的 service 命令与 systemctl 命令对比daemon命令systemctl命令说明service [服务] startsystemctl start [unit type]启动服务service [服务] stopsystemctl stop [unit type]停止服务...