mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 16:15:42 +02:00
runsvdir: add page
This commit is contained in:
parent
4bcb27a09f
commit
eeee179cee
1 changed files with 15 additions and 0 deletions
15
pages/common/runsvdir.md
Normal file
15
pages/common/runsvdir.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue