diff --git a/pages/common/runsvdir.md b/pages/common/runsvdir.md index 68edd93c66..c44b405b7c 100644 --- a/pages/common/runsvdir.md +++ b/pages/common/runsvdir.md @@ -2,14 +2,14 @@ > Run an entire directory of services. -- Start and manage all services in a directory as yourself. +- Start and manage all services in a directory as yourself: `runsvdir {{path/to/services}}` -- Start and manage all services in a directory as root. +- Start and manage all services in a directory as root: `sudo runsvdir {{path/to/services}}` -- Start services in seperate sessions. +- Start services in seperate sessions: `runsvdir -P {{path/to/services}}`