1
0
Fork 0
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:
Alex Martin 2017-12-18 10:26:52 -05:00 committed by GitHub
parent 0e5d6a2cf5
commit 4bcb27a09f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
pages/common/runsv.md Normal file
View 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}}`