mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 17:35:28 +02:00
runsv: add page
This commit is contained in:
parent
0e5d6a2cf5
commit
4bcb27a09f
1 changed files with 11 additions and 0 deletions
11
pages/common/runsv.md
Normal file
11
pages/common/runsv.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# runsv
|
||||
|
||||
> Starts and manages a runit service.
|
||||
|
||||
- Start a runit service as yourself.
|
||||
|
||||
`runsv {{path/to/service}}`
|
||||
|
||||
- Start a runit service as root.
|
||||
|
||||
`sudo runsv {{path/to/service}}`
|
Loading…
Add table
Reference in a new issue