tldr/pages.zh/common/runsv.md

13 lines
294 B
Markdown
Raw Normal View History

2019-03-14 04:41:12 +00:00
# runsv
> 启动和管理 runit 服务。
> 更多信息:<https://manpages.ubuntu.com/manpages/latest/man8/runsv.8.html>.
2019-03-14 04:41:12 +00:00
- 以当前用户身份启动 runit 服务:
2019-03-14 04:41:12 +00:00
2019-10-20 03:34:33 +01:00
`runsv {{目录 / 服务文件}}`
2019-03-14 04:41:12 +00:00
- 以 root 用户身份启动 runit 服务:
2019-03-14 04:41:12 +00:00
2019-10-20 03:34:33 +01:00
`sudo runsv {{目录 / 服务文件}}`