mirror of https://github.com/CrimsonTome/tldr.git
16 lines
316 B
Markdown
16 lines
316 B
Markdown
|
# runsvdir
|
||
|
|
||
|
> Run an entire directory of services.
|
||
|
|
||
|
- Start and manage all services in a directory as yourself.
|
||
|
|
||
|
`runsvdir {{path/to/services}}`
|
||
|
|
||
|
- Start and manage all services in a directory as root.
|
||
|
|
||
|
`sudo runsvdir {{path/to/services}}`
|
||
|
|
||
|
- Start services in seperate sessions.
|
||
|
|
||
|
`runsvdir -P {{path/to/services}}`
|