首页 > 系统服务 > 详细

linux-日常运维- target介绍

时间:2018-10-31 16:51:36      阅读:183      评论:0      收藏:0      [点我收藏+]
target就是多个unit的组合

系统为了方便管理用target来管理unit
systemctl list-unit-files --type=target

systemctl list-dependencies multi-user.target //查看指定target下面有哪些unit
技术分享图片
systemctl get-default //查看系统默认的target
技术分享图片
systemctl set-default multi-user.target #设置默认的target ,同样的也会创建软链接
技术分享图片
一个service属于一种类型的unit
多个unit组成了一个target
一个target里面包含了多个service
cat /usr/lib/systemd/system/sshd.service //看[install]部分 #可查看service属于哪个tatget
技术分享图片

linux-日常运维- target介绍

原文:http://blog.51cto.com/13451715/2310940

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!