1
0
Fork 0
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:
Alex Martin 2017-12-18 11:01:56 -05:00 committed by GitHub
parent deb6b4e4a8
commit c5691753fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}`