1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 23:55:31 +02:00
tldr/pages/common/runsv.md

12 lines
238 B
Markdown

# runsv
> Start and manage a runit service.
> More information: <https://manned.org/runsv.8>.
- Start a runit service as the current user:
`runsv {{path/to/service}}`
- Start a runit service as root:
`sudo runsv {{path/to/service}}`