1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 04:17:55 +01:00

sv: add Chinese translation

This commit is contained in:
wizarot 2019-03-15 11:45:27 +08:00 committed by Owen Voke
parent a3d630ada7
commit 689c5d6699

15
pages.zh/osx/sv.md Normal file
View file

@ -0,0 +1,15 @@
# sv
> 控制正在运行的服务.
- 启动服务:
`sudo sv up {{目标目录/服务文件}}`
- 停止服务:
`sudo sv down {{目标目录/服务文件}}`
- 获取服务状态:
`sudo sv status {{目标目录/服务文件}}`