mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 20:17:57 +01:00
11 lines
188 B
Markdown
11 lines
188 B
Markdown
# runsv
|
|
|
|
> Start and manage a runit service.
|
|
|
|
- Start a runit service as the current user:
|
|
|
|
`runsv {{path/to/service}}`
|
|
|
|
- Start a runit service as root:
|
|
|
|
`sudo runsv {{path/to/service}}`
|