mirror of https://github.com/CrimsonTome/tldr.git
12 lines
202 B
Markdown
12 lines
202 B
Markdown
|
# runsv
|
||
|
|
||
|
> 启动和管理 runit 服务.
|
||
|
|
||
|
- 以当前用户身份启动 runit 服务:
|
||
|
|
||
|
`runsv {{目录/服务文件}}`
|
||
|
|
||
|
- 以 root 用户身份启动 runit 服务:
|
||
|
|
||
|
`sudo runsv {{目录/服务文件}}`
|