diff --git a/pages/common/runsvdir.md b/pages/common/runsvdir.md new file mode 100644 index 0000000000..68edd93c66 --- /dev/null +++ b/pages/common/runsvdir.md @@ -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}}`