From c5691753fb24c4814f54da361f85db3c082b4919 Mon Sep 17 00:00:00 2001 From: Alex Martin Date: Mon, 18 Dec 2017 11:01:56 -0500 Subject: [PATCH] runsv: fix example titles --- pages/common/runsv.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/runsv.md b/pages/common/runsv.md index eb9bef774..db282bdbd 100644 --- a/pages/common/runsv.md +++ b/pages/common/runsv.md @@ -2,10 +2,10 @@ > Start and manage a runit service. -- Start a runit service as yourself. +- Start a runit service as yourself: `runsv {{path/to/service}}` -- Start a runit service as root. +- Start a runit service as root: `sudo runsv {{path/to/service}}`