1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 15:45:59 +02:00
tldr/pages.zh/common/runit.md

13 lines
210 B
Markdown
Raw Normal View History

2019-03-14 12:41:01 +08:00
# runit
> 三级初始化系统.
> 更多信息: <https://wiki.archlinux.org/index.php/Runit>.
2019-03-14 12:41:01 +08:00
- 启动 runit 的三阶段初始化方案:
`runit`
- 停止运行 runit:
2019-10-20 10:34:33 +08:00
`kill --CONT {{runit 进程 id}}`