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}}`