1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/common/sv.md

17 lines
325 B
Markdown
Raw Normal View History

2019-03-15 11:45:27 +08:00
# sv
> 控制正在运行的服务。
> 更多信息:<https://manpages.ubuntu.com/manpages/latest/man8/sv.8.html>.
2019-03-15 11:45:27 +08:00
- 启动服务:
2019-03-15 11:45:27 +08:00
2019-10-20 10:34:33 +08:00
`sudo sv up {{目标目录 / 服务文件}}`
2019-03-15 11:45:27 +08:00
- 停止服务:
2019-03-15 11:45:27 +08:00
2019-10-20 10:34:33 +08:00
`sudo sv down {{目标目录 / 服务文件}}`
2019-03-15 11:45:27 +08:00
- 获取服务状态:
2019-03-15 11:45:27 +08:00
2019-10-20 10:34:33 +08:00
`sudo sv status {{目标目录 / 服务文件}}`