mirror of https://github.com/CrimsonTome/tldr.git
sv: fix example titles
parent
2ba6fa13a7
commit
deb6b4e4a8
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
> Control a running runsv service.
|
> Control a running runsv service.
|
||||||
|
|
||||||
- Start a service.
|
- Start a service:
|
||||||
|
|
||||||
`sv up {{path/to/service}}`
|
`sv up {{path/to/service}}`
|
||||||
|
|
||||||
- Stop a service
|
- Stop a service:
|
||||||
|
|
||||||
`sv down {{path/to/service}}`
|
`sv down {{path/to/service}}`
|
||||||
|
|
||||||
- Get service status
|
- Get service status:
|
||||||
|
|
||||||
`sv status {{path/to/service}}`
|
`sv status {{path/to/service}}`
|
||||||
|
|
Loading…
Reference in New Issue