Files
tldr/pages/common/runsvdir.md
2024-10-08 07:01:20 +02:00

17 lines
377 B
Markdown

# runsvdir
> Run an entire directory of services.
> More information: <https://manned.org/runsvdir.8>.
- Start and manage all services in a directory as the current user:
`runsvdir {{path/to/services}}`
- Start and manage all services in a directory as root:
`sudo runsvdir {{path/to/services}}`
- Start services in separate sessions:
`runsvdir -P {{path/to/services}}`