mirror of https://github.com/CrimsonTome/tldr.git
sv: add page
parent
f42e1f1bfa
commit
29aef971ec
|
@ -0,0 +1,15 @@
|
||||||
|
# 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}}`
|
Loading…
Reference in New Issue