From 4bcb27a09f000caa55f26d9df07c32c14f805595 Mon Sep 17 00:00:00 2001 From: Alex Martin Date: Mon, 18 Dec 2017 10:26:52 -0500 Subject: [PATCH] runsv: add page --- pages/common/runsv.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/common/runsv.md diff --git a/pages/common/runsv.md b/pages/common/runsv.md new file mode 100644 index 000000000..9e2422912 --- /dev/null +++ b/pages/common/runsv.md @@ -0,0 +1,11 @@ +# runsv + +> Starts and manages a runit service. + +- Start a runit service as yourself. + +`runsv {{path/to/service}}` + +- Start a runit service as root. + +`sudo runsv {{path/to/service}}`