1、基本语法
启动服务,停止服务,重启服务,查看服务状态
systemctl [start | stop | restart | status] 服务名
2、查看systemctl指令管理的服务
ll /usr/lib/systemd/system
3、systemctl设置服务的自启动状态
systemctl list-unit-files; 查看所有服务的开机启动状态
systemctl enable 服务名; 开启服务开机启动
systemctl disable 服务名; 关闭服务开机启动
systemctl is-enabled 服务名; 查看服务开机启动状态