mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
12 lines
273 B
Markdown
12 lines
273 B
Markdown
# runsv
|
|
|
|
> Start and manage a runit service.
|
|
> More information: <https://manpages.ubuntu.com/manpages/latest/man8/runsv.8.html>.
|
|
|
|
- Start a runit service as the current user:
|
|
|
|
`runsv {{path/to/service}}`
|
|
|
|
- Start a runit service as root:
|
|
|
|
`sudo runsv {{path/to/service}}`
|