sv: add page

coverage
Alex Martin 2017-12-18 10:42:19 -05:00 committed by GitHub
parent f42e1f1bfa
commit 29aef971ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
pages/common/sv.md Normal file
View File

@ -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}}`