mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-08 10:55:40 +02:00
runsvdir: fix example titles
This commit is contained in:
parent
dbe8679e8e
commit
0a8a57a7f2
1 changed files with 3 additions and 3 deletions
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
> Run an entire directory of services.
|
> 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}}`
|
`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}}`
|
`sudo runsvdir {{path/to/services}}`
|
||||||
|
|
||||||
- Start services in seperate sessions.
|
- Start services in seperate sessions:
|
||||||
|
|
||||||
`runsvdir -P {{path/to/services}}`
|
`runsvdir -P {{path/to/services}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue