tldr/pages/osx/runsv.md

12 lines
188 B
Markdown
Raw Normal View History

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