runsvdir: fix example titles

This commit is contained in:
Alex Martin
2017-12-18 11:03:28 -05:00
committed by GitHub
parent dbe8679e8e
commit 0a8a57a7f2

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