runit, runsv, runsvdir, runsvchdir, sv: add more information link and move to common/ (#5648)

This commit is contained in:
marchersimon
2021-03-31 12:52:31 +02:00
committed by GitHub
parent b02c9f5a25
commit d562842e08
22 changed files with 17 additions and 141 deletions

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

@@ -0,0 +1,16 @@
# runsvdir
> Run an entire directory of services.
> More information: <https://manpages.ubuntu.com/manpages/latest/man8/runsvdir.8.html>.
- 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}}`