mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 21:58:47 +00:00
Update cheatsheets
This commit is contained in:
17
runsv
Normal file
17
runsv
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user