From 0a8a57a7f29b994068ed1bf03994700f998d0b75 Mon Sep 17 00:00:00 2001 From: Alex Martin Date: Mon, 18 Dec 2017 11:03:28 -0500 Subject: [PATCH] runsvdir: fix example titles --- pages/common/runsvdir.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/runsvdir.md b/pages/common/runsvdir.md index 68edd93c6..c44b405b7 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}}`