1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 22:17:57 +01:00
tldr/pages/osx/runsvdir.md

16 lines
324 B
Markdown
Raw Normal View History

2017-12-18 16:31:22 +01:00
# runsvdir
> Run an entire directory of services.
2018-01-06 16:58:50 +01:00
- Start and manage all services in a directory as the current user:
2017-12-18 16:31:22 +01:00
`runsvdir {{path/to/services}}`
2017-12-18 17:03:28 +01:00
- Start and manage all services in a directory as root:
2017-12-18 16:31:22 +01:00
`sudo runsvdir {{path/to/services}}`
2018-01-06 16:58:50 +01:00
- Start services in separate sessions:
2017-12-18 16:31:22 +01:00
`runsvdir -P {{path/to/services}}`