mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 17:35:28 +02:00
runsv: fix example titles
This commit is contained in:
parent
deb6b4e4a8
commit
c5691753fb
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
|||
|
||||
> Start and manage a runit service.
|
||||
|
||||
- Start a runit service as yourself.
|
||||
- Start a runit service as yourself:
|
||||
|
||||
`runsv {{path/to/service}}`
|
||||
|
||||
- Start a runit service as root.
|
||||
- Start a runit service as root:
|
||||
|
||||
`sudo runsv {{path/to/service}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue