- 积分
- 307
- 鸿鹄币
- 个
- 好评度
- 点
- 精华
- 注册时间
- 2018-8-12
- 最后登录
- 1970-1-1
- 阅读权限
- 30
- 听众
- 收听
初级工程师
|
大家好,
今天我想分享一下什么是systemd.
它是我们在现代 linux 发行版中最常见的系统和服务管理器。
systemd提供了许多功能,例如并行启动守护进程的系统激活,或基于依赖关系的服务控制逻辑。
它由许多不同类型的 UNIT 组成,
1. Service Unit (.service)
2. Target Unit (.target)
3. Automount Unit (.automount)
4. Device Unit (.device)
5. Mount Unit (.mount)
6. Path Unit (.path)
7. Scope Unit (.scope)
8. Slice Unit (.slice)
9. Socket Unit (.socket)
10. Swap Unit (.swap)
11. Timer Unit (.timer)
不同类型的 UNIT, 用于不同的场景.
例如, 我们使用使用设备单位 (Device Unit)指定当特定类型的硬件插入时,可启动指定服务。
希望以上信息可以帮助您更多地了解 systemd.
https://access.redhat.com/docume ... sic-system-settings
|
|