tldr/pages/common/runsvdir.md

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