1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 17:35:28 +02:00

runsvdir: add page

This commit is contained in:
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

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}}`