runit: make requested corrections

This commit is contained in:
Alexander Martin
2018-01-06 10:58:50 -05:00
parent 8a56e3c24a
commit b437d43127
12 changed files with 24 additions and 24 deletions

View File

@@ -4,12 +4,12 @@
- Start a service:
`sv up {{path/to/service}}`
`sudo sv up {{path/to/service}}`
- Stop a service:
`sv down {{path/to/service}}`
`sudo sv down {{path/to/service}}`
- Get service status:
`sv status {{path/to/service}}`
`sudo sv status {{path/to/service}}`