10.24 chkconfig工具
10.25 systemd管理服务
10.26 unit介绍
10.27 target介绍
service 、unit以及target之间的相互联系
1.一个service属于一种unit
2.多个unit一起组成一个target
3.一个target里面包含了多个service,你可以查看文件/usr/lib/systemd/system/sshd.service里面[install]部分的内容,它就定义了该service属于哪一个target
10.23 linux任务计划cron 10.24 chkconfig工具 10.25 system
原文地址:http://blog.51cto.com/13227377/2115466