runsvdir: add page

coverage
Alex Martin 2017-12-18 10:31:22 -05:00 committed by GitHub
parent 4bcb27a09f
commit eeee179cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
pages/common/runsvdir.md Normal file
View File

@ -0,0 +1,15 @@
# 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}}`