1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/osx/runsv.md

12 lines
188 B
Markdown
Raw Normal View History

2017-12-18 10:26:52 -05:00
# runsv
2017-12-18 10:31:47 -05:00
> Start and manage a runit service.
2017-12-18 10:26:52 -05:00
2018-01-06 10:58:50 -05:00
- Start a runit service as the current user:
2017-12-18 10:26:52 -05:00
`runsv {{path/to/service}}`
2017-12-18 11:01:56 -05:00
- Start a runit service as root:
2017-12-18 10:26:52 -05:00
`sudo runsv {{path/to/service}}`