tldr/pages/common/runsvdir.md

16 lines
316 B
Markdown
Raw Normal View History

2017-12-18 15:31:22 +00:00
# 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}}`