摘要: 一、查询服务是否开机启动 systemctl is-enabled xxx.service 二、开机运行服务 systemctl enable xxx.service 三、取消开机运行 systemctl disable xxx.service 四、启动服务 systemctl start xxx. 阅读全文