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

View File

@@ -2,10 +2,10 @@
> Start and manage a runit service. > Start and manage a runit service.
- Start a runit service as yourself. - Start a runit service as yourself:
`runsv {{path/to/service}}` `runsv {{path/to/service}}`
- Start a runit service as root. - Start a runit service as root:
`sudo runsv {{path/to/service}}` `sudo runsv {{path/to/service}}`