tldr/pages/common/sv.md

16 lines
196 B
Markdown

# sv
> Control a running runsv service.
- Start a service:
`sv up {{path/to/service}}`
- Stop a service:
`sv down {{path/to/service}}`
- Get service status:
`sv status {{path/to/service}}`