1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 00:17:56 +01:00
tldr/pages/sunos/runsv.md
2018-01-06 10:58:50 -05:00

188 B

runsv

Start and manage a runit service.

  • Start a runit service as the current user:

runsv {{path/to/service}}

  • Start a runit service as root:

sudo runsv {{path/to/service}}