mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
324 B
324 B
runsvdir
Run an entire directory of services.
- 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}}