发布时间:2014-08-29 19:58:53
systemd下的systemctl命令从fedora15开始,系统对于daemon的启动管理方法不再采用SystemV形式,而是使用了sytemd的架构来管理daemon的启动。systemd的服务管理程序systemctl是最主要的工具。它融合 service 和chkconfig的功能于一体。运行一个服务:systemctl start network.service 关闭网络服务:systemctl stop .........【阅读全文】