tldr/pages/common/runsv.md

13 lines
273 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.
> More information: <https://manpages.ubuntu.com/manpages/latest/man8/runsv.8.html>.
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}}`