tldr/pages/sunos/runsv.md

12 lines
188 B
Markdown
Raw Normal View History

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