Files
cheatsheet-tldr/tldr/runsv
2025-12-01 00:25:28 +00:00

18 lines
329 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>.
- Start a runit service as the current user:
`runsv {{path/to/service}}`
- Start a runit service as root:
`sudo runsv {{path/to/service}}`