runit: move pages

This commit is contained in:
Alexander Martin
2017-12-24 09:58:46 -05:00
parent 0a8a57a7f2
commit 8a56e3c24a
15 changed files with 118 additions and 0 deletions

15
pages/linux/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}}`