runsvdir: fix example titles

coverage
Alex Martin 2017-12-18 11:03:28 -05:00 committed by GitHub
parent dbe8679e8e
commit 0a8a57a7f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -2,14 +2,14 @@
> Run an entire directory of services.
- Start and manage all services in a directory as yourself.
- Start and manage all services in a directory as yourself:
`runsvdir {{path/to/services}}`
- Start and manage all services in a directory as root.
- Start and manage all services in a directory as root:
`sudo runsvdir {{path/to/services}}`
- Start services in seperate sessions.
- Start services in seperate sessions:
`runsvdir -P {{path/to/services}}`