Files
cheatsheet-tldr/tldr/runsv
2024-10-09 00:17:12 +00:00

18 lines
331 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`