1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-08 07:35:41 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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