2025-03-14 21:59:59 -06:00
|
|
|
# runsvdir
|
|
|
|
|
|
|
|
|
|
> Run an entire directory of services.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://manned.org/runsvdir>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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}}`
|