1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 17:06:05 +02:00

runsv: add Chinese translation

This commit is contained in:
wizarot 2019-03-14 12:41:12 +08:00 committed by Owen Voke
parent 1361a4b1d1
commit 26ff3aff07

11
pages.zh/osx/runsv.md Normal file
View file

@ -0,0 +1,11 @@
# runsv
> 启动和管理 runit 服务.
- 以当前用户身份启动 runit 服务:
`runsv {{目录/服务文件}}`
- 以 root 用户身份启动 runit 服务:
`sudo runsv {{目录/服务文件}}`