snippetbashTip
runsv — Start and manage a runit service. More information: <https://manned.org/runsv>.
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.