HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

runsv — Start and manage a runit service. More information: <https://manned.org/runsv>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandrunitstartandrunsvclimanageservice

Problem

How to use the runsv command: Start and manage a runit service. More information: <https://manned.org/runsv>.

Solution

runsv — Start and manage a runit service. More information: <https://manned.org/runsv>.

Start a runit service as the current user:
runsv {{path/to/service}}


Start a runit service as root:
sudo runsv {{path/to/service}}

Code Snippets

Start a runit service as the current user

runsv {{path/to/service}}

Start a runit service as root

sudo runsv {{path/to/service}}

Context

tldr-pages: common/runsv

Revisions (0)

No revisions yet.